diff options
Diffstat (limited to 'net/mutella')
-rw-r--r-- | net/mutella/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
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 <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile with gcc 3.4.2" +.endif + +.include <bsd.port.post.mk> |