diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-08-23 03:46:45 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-08-23 03:46:45 +0800 |
commit | fd1c0b2fe1a887c023eca7cf83897f786a43809d (patch) | |
tree | 59bf0cd9e7c4ab37efe9d0e712b80b19c9871a66 /lang | |
parent | 89e9e517a9f1c97f22317b99b12b1133075eab02 (diff) | |
download | freebsd-ports-gnome-fd1c0b2fe1a887c023eca7cf83897f786a43809d.tar.gz freebsd-ports-gnome-fd1c0b2fe1a887c023eca7cf83897f786a43809d.tar.zst freebsd-ports-gnome-fd1c0b2fe1a887c023eca7cf83897f786a43809d.zip |
Change all ports that need a new gcc on 3.x to use USE_NEWGCC.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gnustep-base/Makefile | 7 | ||||
-rw-r--r-- | lang/gnustep-guile/Makefile | 7 | ||||
-rw-r--r-- | lang/gnustep-objc/Makefile | 7 |
3 files changed, 6 insertions, 15 deletions
diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile index 8b11e372d6a3..13cf56492127 100644 --- a/lang/gnustep-base/Makefile +++ b/lang/gnustep-base/Makefile @@ -3,7 +3,7 @@ # Date created: 03 October 1998 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.3 1999/07/18 06:28:44 cpiazza Exp $ +# $Id: Makefile,v 1.4 1999/08/17 19:36:55 cpiazza Exp $ # DISTNAME= gstep-core-0.5.5 @@ -21,10 +21,6 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ .if ${OSVERSION} < 300000 BROKEN= "Sorry, this port does not work on FreeBSD-2.2.x" -.elif ${OSVERSION} < 400000 -BUILD_DEPENDS= gcc295:${PORTSDIR}/lang/egcs -RUN_DEPENDS= gcc295:${PORTSDIR}/lang/egcs -CC= gcc295 .endif BROKEN= "Hardcoded freebsd release numbers in PLIST" @@ -43,6 +39,7 @@ USE_XLIB= yes MAKEFILE= MAKE_FLAGS= OPTFLAG="${CFLAGS}" NO_MTREE= yes +USE_NEWGCC= yes GNUSTEPLIBDIR= ${PREFIX}/Libraries/ix86/freebsd3.1/gnu-gnu-gnu-xraw diff --git a/lang/gnustep-guile/Makefile b/lang/gnustep-guile/Makefile index 8b11e372d6a3..13cf56492127 100644 --- a/lang/gnustep-guile/Makefile +++ b/lang/gnustep-guile/Makefile @@ -3,7 +3,7 @@ # Date created: 03 October 1998 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.3 1999/07/18 06:28:44 cpiazza Exp $ +# $Id: Makefile,v 1.4 1999/08/17 19:36:55 cpiazza Exp $ # DISTNAME= gstep-core-0.5.5 @@ -21,10 +21,6 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ .if ${OSVERSION} < 300000 BROKEN= "Sorry, this port does not work on FreeBSD-2.2.x" -.elif ${OSVERSION} < 400000 -BUILD_DEPENDS= gcc295:${PORTSDIR}/lang/egcs -RUN_DEPENDS= gcc295:${PORTSDIR}/lang/egcs -CC= gcc295 .endif BROKEN= "Hardcoded freebsd release numbers in PLIST" @@ -43,6 +39,7 @@ USE_XLIB= yes MAKEFILE= MAKE_FLAGS= OPTFLAG="${CFLAGS}" NO_MTREE= yes +USE_NEWGCC= yes GNUSTEPLIBDIR= ${PREFIX}/Libraries/ix86/freebsd3.1/gnu-gnu-gnu-xraw diff --git a/lang/gnustep-objc/Makefile b/lang/gnustep-objc/Makefile index 8b11e372d6a3..13cf56492127 100644 --- a/lang/gnustep-objc/Makefile +++ b/lang/gnustep-objc/Makefile @@ -3,7 +3,7 @@ # Date created: 03 October 1998 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.3 1999/07/18 06:28:44 cpiazza Exp $ +# $Id: Makefile,v 1.4 1999/08/17 19:36:55 cpiazza Exp $ # DISTNAME= gstep-core-0.5.5 @@ -21,10 +21,6 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ .if ${OSVERSION} < 300000 BROKEN= "Sorry, this port does not work on FreeBSD-2.2.x" -.elif ${OSVERSION} < 400000 -BUILD_DEPENDS= gcc295:${PORTSDIR}/lang/egcs -RUN_DEPENDS= gcc295:${PORTSDIR}/lang/egcs -CC= gcc295 .endif BROKEN= "Hardcoded freebsd release numbers in PLIST" @@ -43,6 +39,7 @@ USE_XLIB= yes MAKEFILE= MAKE_FLAGS= OPTFLAG="${CFLAGS}" NO_MTREE= yes +USE_NEWGCC= yes GNUSTEPLIBDIR= ${PREFIX}/Libraries/ix86/freebsd3.1/gnu-gnu-gnu-xraw |