aboutsummaryrefslogtreecommitdiffstats
path: root/lang/libobjc2
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2012-02-19 18:28:29 +0800
committerdinoex <dinoex@FreeBSD.org>2012-02-19 18:28:29 +0800
commita031f17538668c189f10e1d719a3bdab42ad527f (patch)
tree5a8d8a5342927c2fe1e6453a8fd8895d29b45ff5 /lang/libobjc2
parentd3b8a0241f68f5388376e7b02479270b3dde1027 (diff)
downloadfreebsd-ports-gnome-a031f17538668c189f10e1d719a3bdab42ad527f.tar.gz
freebsd-ports-gnome-a031f17538668c189f10e1d719a3bdab42ad527f.tar.zst
freebsd-ports-gnome-a031f17538668c189f10e1d719a3bdab42ad527f.zip
- force build with clang
Diffstat (limited to 'lang/libobjc2')
-rw-r--r--lang/libobjc2/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/lang/libobjc2/Makefile b/lang/libobjc2/Makefile
index 56069df120c4..b2f1f8d3130b 100644
--- a/lang/libobjc2/Makefile
+++ b/lang/libobjc2/Makefile
@@ -46,13 +46,9 @@ CPPFLAGS+= -DGNUSTEP
.if defined(CC) && ${CC:T:Mclang}
# all done
.else
-.if defined(GNUSTEP_WITH_CLANG)
+# force clang
CC= ${LOCALBASE}/bin/clang
BUILD_DEPENDS+= ${LOCALBASE}/bin/clang:${PORTSDIR}/lang/clang
-.else
-USE_GCC= 4.6+
-BROKEN= does not compile
-.endif
.endif
.endif