From 7bed357cb67441890755d6063bfa26173700fb87 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Thu, 18 Nov 2004 22:33:09 +0000 Subject: BROKEN on 5.x: Does not compile --- devel/zthread/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'devel') diff --git a/devel/zthread/Makefile b/devel/zthread/Makefile index a3bd0ec67b70..c59790fc9a38 100644 --- a/devel/zthread/Makefile +++ b/devel/zthread/Makefile @@ -30,6 +30,10 @@ PORTDOCS= * BROKEN= "Does not compile on ${ARCH}; mixes pointers and ints" .endif +.if ${OSVERSION} >= 503000 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + .if ${OSVERSION} < 500000 USE_GCC= 3.3 .endif -- cgit v1.2.3