summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2006-01-18 20:59:37 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2006-01-18 20:59:37 +0000
commitcd3f231a22c7314bbb0e24d11fe6bd412dfc12ce (patch)
treeff21c57c30404f4198f84debf009e69255d5f17d /games-arcade/koules
parentStable on ppc64; bug #118362 (diff)
downloadgentoo-2-cd3f231a22c7314bbb0e24d11fe6bd412dfc12ce.tar.gz
gentoo-2-cd3f231a22c7314bbb0e24d11fe6bd412dfc12ce.tar.bz2
gentoo-2-cd3f231a22c7314bbb0e24d11fe6bd412dfc12ce.zip
only use the users' CFLAGS
(Portage version: 2.0.53)
Diffstat (limited to 'games-arcade/koules')
-rw-r--r--games-arcade/koules/koules-1.4-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games-arcade/koules/koules-1.4-r1.ebuild b/games-arcade/koules/koules-1.4-r1.ebuild
index 8d33cbdc6120..a6b37b8cc587 100644
--- a/games-arcade/koules/koules-1.4-r1.ebuild
+++ b/games-arcade/koules/koules-1.4-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/koules/koules-1.4-r1.ebuild,v 1.12 2006/01/18 20:45:26 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/koules/koules-1.4-r1.ebuild,v 1.13 2006/01/18 20:59:37 mr_bones_ Exp $
inherit eutils games
@@ -65,6 +65,7 @@ src_compile() {
if ! use svga ; then
xmkmf -a
sed -i \
+ -e '/SYSDEFS =/d' \
-e "/^ *CFLAGS =/s:$: ${CFLAGS}:" Makefile \
|| die "sed Makefile failed"
emake -j1 || die "emake X failed"