summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2011-05-05 00:01:39 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2011-05-05 00:01:39 +0000
commit05536fc7e42fbea6841f71ae8cc68afd8bf4a268 (patch)
tree28a33cfdbc49d625b8b03dcf9ff4d77b96707b55 /games-util/grfcodec
parentTake over pacman which used to be proxy maintained for me. (diff)
downloadgentoo-2-05536fc7e42fbea6841f71ae8cc68afd8bf4a268.tar.gz
gentoo-2-05536fc7e42fbea6841f71ae8cc68afd8bf4a268.tar.bz2
gentoo-2-05536fc7e42fbea6841f71ae8cc68afd8bf4a268.zip
fix build when FLAGS is in the env (bug #366021) with patch from Andrei Slavoiu
(Portage version: 2.1.9.42/cvs/Linux i686)
Diffstat (limited to 'games-util/grfcodec')
-rw-r--r--games-util/grfcodec/ChangeLog7
-rw-r--r--games-util/grfcodec/grfcodec-5.1.1.ebuild3
2 files changed, 8 insertions, 2 deletions
diff --git a/games-util/grfcodec/ChangeLog b/games-util/grfcodec/ChangeLog
index 70c6ccdd5e53..87b8d71d3f22 100644
--- a/games-util/grfcodec/ChangeLog
+++ b/games-util/grfcodec/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for games-util/grfcodec
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/grfcodec/ChangeLog,v 1.6 2011/05/04 16:55:22 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/grfcodec/ChangeLog,v 1.7 2011/05/05 00:01:39 mr_bones_ Exp $
+
+ 05 May 2011; Michael Sterrett <mr_bones_@gentoo.org>
+ grfcodec-5.1.1.ebuild:
+ fix build when FLAGS is in the env (bug #366021) with patch from Andrei
+ Slavoiu
*grfcodec-5.1.1 (04 May 2011)
diff --git a/games-util/grfcodec/grfcodec-5.1.1.ebuild b/games-util/grfcodec/grfcodec-5.1.1.ebuild
index 69650e9d794e..401f8c8b11b0 100644
--- a/games-util/grfcodec/grfcodec-5.1.1.ebuild
+++ b/games-util/grfcodec/grfcodec-5.1.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/grfcodec/grfcodec-5.1.1.ebuild,v 1.1 2011/05/04 16:55:22 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/grfcodec/grfcodec-5.1.1.ebuild,v 1.2 2011/05/05 00:01:39 mr_bones_ Exp $
EAPI=3
@@ -46,6 +46,7 @@ cat > Makefile.local <<-__EOF__
LDOPT = ${LDFLAGS}
UPX =
V = 1
+ undefine FLAGS
__EOF__
}