From 5da3df75586413cc2b0efc8f175c79fa6a8a3357 Mon Sep 17 00:00:00 2001 From: linimon Date: Mon, 1 Oct 2007 07:29:49 +0000 Subject: Mark as broken with gcc4.2 on amd64. --- net/versuch/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'net/versuch') 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 -.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 -- cgit