summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-19 21:48:25 +0100
committerSam James <sam@gentoo.org>2021-04-19 21:54:09 +0100
commit9092ad1846891e8618b20bd6097c05d4a329fffe (patch)
treef352f6a4da9a84545fa7033649d2915939d65519
parentgames-emulation/fbzx: export PKG_CONFIG (diff)
downloadgentoo-9092ad1846891e8618b20bd6097c05d4a329fffe.tar.gz
gentoo-9092ad1846891e8618b20bd6097c05d4a329fffe.tar.bz2
gentoo-9092ad1846891e8618b20bd6097c05d4a329fffe.zip
games-action/wordwarvi: respect CC
Closes: https://bugs.gentoo.org/784227 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--games-action/wordwarvi/wordwarvi-1.00-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/games-action/wordwarvi/wordwarvi-1.00-r1.ebuild b/games-action/wordwarvi/wordwarvi-1.00-r1.ebuild
index da2395b0216c..1519e3ec8cce 100644
--- a/games-action/wordwarvi/wordwarvi-1.00-r1.ebuild
+++ b/games-action/wordwarvi/wordwarvi-1.00-r1.ebuild
@@ -36,7 +36,7 @@ src_prepare() {
}
src_compile() {
- tc-export PKG_CONFIG
+ tc-export CC PKG_CONFIG
emake \
PREFIX="/usr" \