aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2004-10-12 12:10:45 +0800
committerdinoex <dinoex@FreeBSD.org>2004-10-12 12:10:45 +0800
commit508ef2424f18ae54485db06e488f56cc03343730 (patch)
treec0b99c485e32b64fdcb7eddc824878458b90374f /lang
parentec3fe0ebd96e3171133cb728d6bcb899eb34e288 (diff)
downloadfreebsd-ports-gnome-508ef2424f18ae54485db06e488f56cc03343730.tar.gz
freebsd-ports-gnome-508ef2424f18ae54485db06e488f56cc03343730.tar.zst
freebsd-ports-gnome-508ef2424f18ae54485db06e488f56cc03343730.zip
- cleanup
Diffstat (limited to 'lang')
-rw-r--r--lang/gcc-objc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc-objc/Makefile b/lang/gcc-objc/Makefile
index f5ed6db169d6..963e16da5117 100644
--- a/lang/gcc-objc/Makefile
+++ b/lang/gcc-objc/Makefile
@@ -12,7 +12,6 @@ MAINTAINER= dinoex@FreeBSD.org
COMMENT= GNU Compiler Collection ${COMMENT2} with threads and shared libs
WANT_SHAREDLIBS= yes
-WANT_THREADS_SUPPORT= yes
WITHOUT_LIBJAVA= yes
INSTALLS_SHLIB= yes
LDCONFIG_DIRS= %%PREFIX%%/lib ${TARGLIB}
@@ -26,6 +25,7 @@ GNUSTEP_WITH_GCC33= yes
MASTERDIR?= ${.CURDIR}/../gcc32
CONFLICTS?= gcc-3.2*
COMMENT2= 3.2.x
+WANT_THREADS_SUPPORT= yes
.endif
.if defined(GNUSTEP_WITH_GCC33)
MASTERDIR?= ${.CURDIR}/../gcc33