From e9cc7471f8c65914f27e06d6dbf4f87f4c02dd8d Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Sun, 24 Oct 2010 21:59:42 +0000 Subject: - Mark BROKEN on 6.X: does not compile Reported by: pointyhat --- lang/libobjc2/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lang/libobjc2') 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 +.if ${OSVERSION} < 700000 +BROKEN= does not compile on 6.X +.endif + .if (${ARCH} == i386) || (${ARCH} == i486) CFLAGS+= -march=i586 .endif -- cgit v1.2.3