aboutsummaryrefslogtreecommitdiffstats
path: root/lang/objc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/objc/Makefile')
-rw-r--r--lang/objc/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/objc/Makefile b/lang/objc/Makefile
index 8d26949aca2c..8538c1fd7728 100644
--- a/lang/objc/Makefile
+++ b/lang/objc/Makefile
@@ -23,6 +23,10 @@ CONFIGURE_ARGS= --prefix=$(PREFIX)
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile"
+.endif
+
pre-configure:
cd $(WRKDIR)/${PORTNAME}-bootstrap-$(PORTVERSION);\
./configure --prefix=$(WRKDIR);${MAKE};${MAKE} install