aboutsummaryrefslogtreecommitdiff
path: root/lang/libobjc2
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-10-24 21:59:42 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-10-24 21:59:42 +0000
commite9cc7471f8c65914f27e06d6dbf4f87f4c02dd8d (patch)
tree5c349a2fc7d618d318c5829d82b11643e1481f35 /lang/libobjc2
parent60cd14bc81e6bafc0ccdeed4212b1df67d623391 (diff)
downloadports-e9cc7471f8c65914f27e06d6dbf4f87f4c02dd8d.tar.gz
ports-e9cc7471f8c65914f27e06d6dbf4f87f4c02dd8d.zip
- Mark BROKEN on 6.X: does not compile
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=263534
Diffstat (limited to 'lang/libobjc2')
-rw-r--r--lang/libobjc2/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/libobjc2/Makefile b/lang/libobjc2/Makefile
index 783e0985faee..1db9ef85cec5 100644
--- a/lang/libobjc2/Makefile
+++ b/lang/libobjc2/Makefile
@@ -28,6 +28,10 @@ MAKE_ARGS+= -DWITHOUT_TOYDISPATCH
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 700000
+BROKEN= does not compile on 6.X
+.endif
+
.if (${ARCH} == i386) || (${ARCH} == i486)
CFLAGS+= -march=i586
.endif