summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-10-27 13:00:57 +0000
committerMike Frysinger <vapier@gentoo.org>2003-10-27 13:00:57 +0000
commit95e407e01332a5adf4563112b7671ebe9dd39002 (patch)
tree13d968f8990c10eb74b619059ffa8e37b3756400 /games-strategy/freelords
parentupdate DEPEND #32072 (diff)
downloadhistorical-95e407e01332a5adf4563112b7671ebe9dd39002.tar.gz
historical-95e407e01332a5adf4563112b7671ebe9dd39002.tar.bz2
historical-95e407e01332a5adf4563112b7671ebe9dd39002.zip
compile with users CXXFLAGS
Diffstat (limited to 'games-strategy/freelords')
-rw-r--r--games-strategy/freelords/freelords-0.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/games-strategy/freelords/freelords-0.3.ebuild b/games-strategy/freelords/freelords-0.3.ebuild
index f0b6291a6178..8910dae3205a 100644
--- a/games-strategy/freelords/freelords-0.3.ebuild
+++ b/games-strategy/freelords/freelords-0.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/freelords/freelords-0.3.ebuild,v 1.2 2003/10/27 12:59:54 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/freelords/freelords-0.3.ebuild,v 1.3 2003/10/27 13:00:57 vapier Exp $
inherit games
@@ -29,7 +29,7 @@ src_unpack() {
src_compile() {
egamesconf --disable-paraguitest || die
- emake || die
+ emake CXXFLAGS="${CXXFLAGS}" || die
}
src_install() {