summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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