summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2012-08-04 15:38:54 +0000
committerJulian Ospald <hasufell@gentoo.org>2012-08-04 15:38:54 +0000
commit521171bcf5b3f5067fd95ac3587b428a6974039c (patch)
tree95d4d1bf1167cacec7088cecd262761e871ffdb5 /games-action/spacearyarya-kxl/spacearyarya-kxl-1.0.2-r1.ebuild
parentStable arm, bug #418975 (diff)
downloadhistorical-521171bcf5b3f5067fd95ac3587b428a6974039c.tar.gz
historical-521171bcf5b3f5067fd95ac3587b428a6974039c.tar.bz2
historical-521171bcf5b3f5067fd95ac3587b428a6974039c.zip
respect CFLAGS wrt bug #429422
Package-Manager: portage-2.2.0_alpha120/cvs/Linux x86_64
Diffstat (limited to 'games-action/spacearyarya-kxl/spacearyarya-kxl-1.0.2-r1.ebuild')
-rw-r--r--games-action/spacearyarya-kxl/spacearyarya-kxl-1.0.2-r1.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/games-action/spacearyarya-kxl/spacearyarya-kxl-1.0.2-r1.ebuild b/games-action/spacearyarya-kxl/spacearyarya-kxl-1.0.2-r1.ebuild
index 1a164a2faa64..039055fdeb16 100644
--- a/games-action/spacearyarya-kxl/spacearyarya-kxl-1.0.2-r1.ebuild
+++ b/games-action/spacearyarya-kxl/spacearyarya-kxl-1.0.2-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/spacearyarya-kxl/spacearyarya-kxl-1.0.2-r1.ebuild,v 1.7 2011/12/05 08:46:26 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/spacearyarya-kxl/spacearyarya-kxl-1.0.2-r1.ebuild,v 1.8 2012/08/04 15:38:54 hasufell Exp $
inherit autotools eutils games
@@ -24,7 +24,8 @@ S=${WORKDIR}/${MY_P}
src_unpack() {
unpack ${A}
cd "${S}"
- epatch "${FILESDIR}"/${PV}-gentoo-paths.patch
+ epatch "${FILESDIR}"/${P}-gentoo-paths.patch \
+ "${FILESDIR}"/${P}-flags.patch
eautoreconf
}