summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2012-08-08 20:10:21 +0000
committerJulian Ospald <hasufell@gentoo.org>2012-08-08 20:10:21 +0000
commitebd2e4960864250651b35e3c1c74451afff1cb35 (patch)
tree281bd338e940761b167c67a63a400e0caeaccded /games-arcade/grande-KXL
parentMarking cabal-1.14.0 ppc for bug 418685 (diff)
downloadgentoo-2-ebd2e4960864250651b35e3c1c74451afff1cb35.tar.gz
gentoo-2-ebd2e4960864250651b35e3c1c74451afff1cb35.tar.bz2
gentoo-2-ebd2e4960864250651b35e3c1c74451afff1cb35.zip
respect cflags wrt #430462
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'games-arcade/grande-KXL')
-rw-r--r--games-arcade/grande-KXL/ChangeLog9
-rw-r--r--games-arcade/grande-KXL/files/grande-KXL-0.6-cflags.patch17
-rw-r--r--games-arcade/grande-KXL/files/grande-KXL-0.6-configure.in.patch (renamed from games-arcade/grande-KXL/files/0.6-configure.in.patch)0
-rw-r--r--games-arcade/grande-KXL/grande-KXL-0.6.ebuild6
4 files changed, 27 insertions, 5 deletions
diff --git a/games-arcade/grande-KXL/ChangeLog b/games-arcade/grande-KXL/ChangeLog
index 9c7b9102be4e..c8ca660053f6 100644
--- a/games-arcade/grande-KXL/ChangeLog
+++ b/games-arcade/grande-KXL/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for games-arcade/grande-KXL
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/grande-KXL/ChangeLog,v 1.7 2009/06/03 13:20:11 nyhm Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/grande-KXL/ChangeLog,v 1.8 2012/08/08 20:10:21 hasufell Exp $
+
+ 08 Aug 2012; Julian Ospald <hasufell@gentoo.org>
+ -files/0.6-configure.in.patch, grande-KXL-0.6.ebuild,
+ +files/grande-KXL-0.6-cflags.patch, +files/grande-KXL-0.6-configure.in.patch:
+ respect cflags wrt #430462
03 Jun 2009; Tristan Heaven <nyhm@gentoo.org> grande-KXL-0.6.ebuild:
RDEPEND on media-fonts/font-adobe-100dpi
diff --git a/games-arcade/grande-KXL/files/grande-KXL-0.6-cflags.patch b/games-arcade/grande-KXL/files/grande-KXL-0.6-cflags.patch
new file mode 100644
index 000000000000..ff51e562bcb3
--- /dev/null
+++ b/games-arcade/grande-KXL/files/grande-KXL-0.6-cflags.patch
@@ -0,0 +1,17 @@
+From: Julian Ospald <hasufell@gentoo.org>
+Date: Wed Aug 8 19:37:19 UTC 2012
+Subject: build system
+
+respect CFLAGS
+
+--- src/Makefile.am
++++ src/Makefile.am
+@@ -8,7 +8,7 @@
+
+ SUBDIRS = bmp wav stg
+
+-CFLAGS = @X_CFLAGS@ @KXL_CFLAGS@ @INST_FLAG@ @SCORE_FLAG@
++AM_CFLAGS = @X_CFLAGS@ @KXL_CFLAGS@ @INST_FLAG@ @SCORE_FLAG@
+ LIBS = @X_LIBS@ -lX11 @KXL_LIBS@ -lKXL
+
+ install-data-local:
diff --git a/games-arcade/grande-KXL/files/0.6-configure.in.patch b/games-arcade/grande-KXL/files/grande-KXL-0.6-configure.in.patch
index 80cdcd83b898..80cdcd83b898 100644
--- a/games-arcade/grande-KXL/files/0.6-configure.in.patch
+++ b/games-arcade/grande-KXL/files/grande-KXL-0.6-configure.in.patch
diff --git a/games-arcade/grande-KXL/grande-KXL-0.6.ebuild b/games-arcade/grande-KXL/grande-KXL-0.6.ebuild
index 06fad8f01df1..20f2800ffef6 100644
--- a/games-arcade/grande-KXL/grande-KXL-0.6.ebuild
+++ b/games-arcade/grande-KXL/grande-KXL-0.6.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-arcade/grande-KXL/grande-KXL-0.6.ebuild,v 1.11 2011/12/05 09:08:05 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/grande-KXL/grande-KXL-0.6.ebuild,v 1.12 2012/08/08 20:10:21 hasufell Exp $
inherit autotools eutils games
@@ -20,7 +20,7 @@ RDEPEND="${DEPEND}
src_unpack() {
unpack ${A}
cd "${S}"
- epatch "${FILESDIR}"/${PV}-configure.in.patch
+ epatch "${FILESDIR}"/${P}-{configure.in,cflags}.patch
eautoreconf
}