commit:     96efefb928a718e465e9ece30e4ddd439553e77d
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Tue Jul 16 23:08:43 2024 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Wed Jul 17 01:13:16 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=96efefb9

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 <AT> posteo.net>

 games-strategy/gigalomania/gigalomania-1.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-strategy/gigalomania/gigalomania-1.0.1.ebuild 
b/games-strategy/gigalomania/gigalomania-1.0.1.ebuild
index c21290b05..3bec97385 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() {

Reply via email to