aboutsummaryrefslogtreecommitdiff
path: root/lang/libobjc2
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2012-02-19 10:28:29 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2012-02-19 10:28:29 +0000
commit49694d8f83dd8e6610b266bf6f066c6a6c46d0d8 (patch)
tree1809993ae0ad34f92e487e5ebef57c63f5441e07 /lang/libobjc2
parent34a3f952ab26f8e38a764deeab3f09d8507739b6 (diff)
downloadports-49694d8f83dd8e6610b266bf6f066c6a6c46d0d8.tar.gz
ports-49694d8f83dd8e6610b266bf6f066c6a6c46d0d8.zip
- force build with clang
Notes
Notes: svn path=/head/; revision=291798
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