summaryrefslogtreecommitdiff
path: root/lang/objc
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-05-18 12:18:54 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-05-18 12:18:54 +0000
commit5962582d7269a6c9cdfcb155f39c3338c9f1961d (patch)
treeaad243acad70f04a59b2eec25418f838e73f8da7 /lang/objc
parentBROKEN on 5.1: Segfault during install (diff)
BROKEN on 5.1: does not compile
Notes
Notes: svn path=/head/; revision=81231
Diffstat (limited to 'lang/objc')
-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