From eb9984e0f5ec02abe837b7388b574d185c7ed621 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Mon, 16 Aug 2004 02:47:09 +0000 Subject: BROKEN on 5.x: Does not compile with gcc 3.4.2 --- net/mutella/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'net/mutella') diff --git a/net/mutella/Makefile b/net/mutella/Makefile index 39d843b4f081..561f51084bd4 100644 --- a/net/mutella/Makefile +++ b/net/mutella/Makefile @@ -22,4 +22,10 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" -.include +.include + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile with gcc 3.4.2" +.endif + +.include -- cgit v1.2.3