aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucio Sauer <watermanpaint@posteo.net>2024-07-17 01:08:43 +0200
committerLucio Sauer <watermanpaint@posteo.net>2024-07-17 03:13:16 +0200
commit96efefb928a718e465e9ece30e4ddd439553e77d (patch)
treeb8afa7e7c4f391a278d8b368e330b3633ac940f8 /games-strategy
parentgames-strategy/gigalomania: export CHOST CXX for make to pick it up (diff)
downloadguru-96efefb928a718e465e9ece30e4ddd439553e77d.tar.gz
guru-96efefb928a718e465e9ece30e4ddd439553e77d.tar.bz2
guru-96efefb928a718e465e9ece30e4ddd439553e77d.zip
games-strategy/gigalomania: pass CXXFLAGS instead of CFLAGS to make
This is a cpp program. Bug: https://bugs.gentoo.org/933592 Fixes: 96d99c5656ca40fbdb3a4970130cdfe4f9d6e69a Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/gigalomania/gigalomania-1.0.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/games-strategy/gigalomania/gigalomania-1.0.1.ebuild b/games-strategy/gigalomania/gigalomania-1.0.1.ebuild
index c21290b05c..3bec973854 100644
--- a/games-strategy/gigalomania/gigalomania-1.0.1.ebuild
+++ b/games-strategy/gigalomania/gigalomania-1.0.1.ebuild
@@ -35,7 +35,7 @@ PATCHES="
src_compile() {
tc-export CXX
- emake CFLAGS="${CFLAGS}"
+ emake CXXFLAGS="${CXXFLAGS}"
}
src_install() {