aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/versuch/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/versuch/Makefile b/net/versuch/Makefile
index 31c7f60fa7e5..a095254d7f96 100644
--- a/net/versuch/Makefile
+++ b/net/versuch/Makefile
@@ -29,8 +29,10 @@ GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500000
-IGNORE= does not find pthread libraries on 4.x
+.if ${OSVERSION} >= 700042
+.if ${ARCH} == "amd64"
+BROKEN= Does not compile with GCC 4.2
+.endif
.endif
.include <bsd.port.post.mk>