From e43831a81adb9d2bc41d0674fc85069205be832f Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Mon, 1 Oct 2007 07:54:47 +0000 Subject: Mark as broken with gcc4.2 on 64-bit archs. --- net/ns/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'net/ns') diff --git a/net/ns/Makefile b/net/ns/Makefile index 395ddcd7332c..307859707a47 100644 --- a/net/ns/Makefile +++ b/net/ns/Makefile @@ -31,6 +31,12 @@ ALL_TARGET= .include +.if ${OSVERSION} >= 700042 +.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" +BROKEN= Does not compile with GCC 4.2 +.endif +.endif + post-patch: @${REINPLACE_CMD} -e 's|/usr/src/local/Tcl-1.0 \\|${LOCALBASE}/include/tclcl \\|g' \ -e 's|/usr/src/local/Tcl-1.0\"|${LOCALBASE}/lib\"|g' \ -- cgit v1.2.3