aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2007-01-13 12:23:50 +0800
committerdinoex <dinoex@FreeBSD.org>2007-01-13 12:23:50 +0800
commitf41997bc2272fa30660869390c00453babeb105c (patch)
treef0f1e7049aab42e9e6b5a02b514e0ff04577d0c4 /lang
parentabcfca4ca701280426c876cbba88781be48097ae (diff)
downloadfreebsd-ports-gnome-f41997bc2272fa30660869390c00453babeb105c.tar.gz
freebsd-ports-gnome-f41997bc2272fa30660869390c00453babeb105c.tar.zst
freebsd-ports-gnome-f41997bc2272fa30660869390c00453babeb105c.zip
- drop gcc-4.*.* as they are used diretcly by bsd.gnustep.mk
Diffstat (limited to 'lang')
-rw-r--r--lang/gcc-objc/Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/lang/gcc-objc/Makefile b/lang/gcc-objc/Makefile
index 763eaf757c09..0357ea1c9241 100644
--- a/lang/gcc-objc/Makefile
+++ b/lang/gcc-objc/Makefile
@@ -15,10 +15,8 @@ COMMENT= GNU Compiler Collection ${COMMENT2} with threads and shared libs
WITHOUT_JAVA= yes
.if !defined(GNUSTEP_WITH_GCC32) && !defined(GNUSTEP_WITH_GCC33) && !defined(GNUSTEP_WITH_GCC34)
-.if !defined(GNUSTEP_WITH_GCC40) && !defined(GNUSTEP_WITH_GCC41) && !defined(GNUSTEP_WITH_GCC42)
GNUSTEP_WITH_GCC32= yes
.endif
-.endif
.if defined(GNUSTEP_WITH_GCC32)
MASTERDIR?= ${.CURDIR}/../gcc32
@@ -39,21 +37,6 @@ CONFLICTS?= gcc-3.4*
COMMENT2= 3.4.x
BROKEN= libobjc.so missing
.endif
-.if defined(GNUSTEP_WITH_GCC40)
-MASTERDIR?= ${.CURDIR}/../gcc40
-CONFLICTS?= gcc-4.0*
-COMMENT2= 4.0.x
-.endif
-.if defined(GNUSTEP_WITH_GCC41)
-MASTERDIR?= ${.CURDIR}/../gcc41
-CONFLICTS?= gcc-4.1*
-COMMENT2= 4.1.x
-.endif
-.if defined(GNUSTEP_WITH_GCC42)
-MASTERDIR?= ${.CURDIR}/../gcc42
-CONFLICTS?= gcc-4.2*
-COMMENT2= 4.2.x
-.endif
.if exists(${.CURDIR}/Makefile.local)
.include "${.CURDIR}/Makefile.local"