summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmando Di Cianno <fafhrd@gentoo.org>2004-08-06 21:35:36 +0000
committerArmando Di Cianno <fafhrd@gentoo.org>2004-08-06 21:35:36 +0000
commitbe0539c9a8a6ac9953e93b7fd6d4e67c2a400d31 (patch)
treeed91690644165400667cfcaf56a03daec4f4eab4 /eclass/gnustep-old.eclass
parentRevision bump to bring in new chappa-all patch. Resolve bug #59573. (Manifest... (diff)
downloadgentoo-2-be0539c9a8a6ac9953e93b7fd6d4e67c2a400d31.tar.gz
gentoo-2-be0539c9a8a6ac9953e93b7fd6d4e67c2a400d31.tar.bz2
gentoo-2-be0539c9a8a6ac9953e93b7fd6d4e67c2a400d31.zip
Removed infringing unset CFLAGS, unset CC lines
Diffstat (limited to 'eclass/gnustep-old.eclass')
-rw-r--r--eclass/gnustep-old.eclass5
1 files changed, 1 insertions, 4 deletions
diff --git a/eclass/gnustep-old.eclass b/eclass/gnustep-old.eclass
index 1bb3f65493fa..d848eb09d6c1 100644
--- a/eclass/gnustep-old.eclass
+++ b/eclass/gnustep-old.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/gnustep-old.eclass,v 1.2 2004/07/23 14:30:06 fafhrd Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gnustep-old.eclass,v 1.3 2004/08/06 21:35:36 fafhrd Exp $
ECLASS=gnustep-old
INHERITED="$INHERITED $ECLASS"
@@ -43,9 +43,6 @@ egnustepmake() {
cd ${S}
- unset CFLAGS
- unset CC
-
if [ -f /usr/GNUstep/System/Makefiles/GNUstep.sh ] ; then
. /usr/GNUstep/System/Makefiles/GNUstep.sh
else