diff options
author | Armando Di Cianno <fafhrd@gentoo.org> | 2004-08-06 21:35:36 +0000 |
---|---|---|
committer | Armando Di Cianno <fafhrd@gentoo.org> | 2004-08-06 21:35:36 +0000 |
commit | 6bf8db294d3f846d2e2d22b20b232c64afbeb585 (patch) | |
tree | 0647fa9d4e0d7ff40e65566b1fbcbfa05914cdfe /eclass/gnustep.eclass | |
parent | Revision bump to bring in new chappa-all patch. Resolve bug #59573. (diff) | |
download | historical-6bf8db294d3f846d2e2d22b20b232c64afbeb585.tar.gz historical-6bf8db294d3f846d2e2d22b20b232c64afbeb585.tar.bz2 historical-6bf8db294d3f846d2e2d22b20b232c64afbeb585.zip |
Removed infringing unset CFLAGS, unset CC lines
Diffstat (limited to 'eclass/gnustep.eclass')
-rw-r--r-- | eclass/gnustep.eclass | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/eclass/gnustep.eclass b/eclass/gnustep.eclass index ee4d5b946577..ce4593b38944 100644 --- a/eclass/gnustep.eclass +++ b/eclass/gnustep.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.eclass,v 1.10 2004/08/03 13:59:53 fafhrd Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnustep.eclass,v 1.11 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 |