diff options
author | kris <kris@FreeBSD.org> | 2004-08-16 02:47:09 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-08-16 02:47:09 +0000 |
commit | fe73550fdbbd90c012ebc574160fcbd8a0386201 (patch) | |
tree | 4f4eb10988e1cd84fc171bfcc6f47908608a811b /net/mutella | |
parent | e5d04d3f060d46a9bfac85f18b9262a287c64a4c (diff) | |
download | FreeBSD-ports-fe73550fdbbd90c012ebc574160fcbd8a0386201.zip FreeBSD-ports-fe73550fdbbd90c012ebc574160fcbd8a0386201.tar.gz |
BROKEN on 5.x: Does not compile with gcc 3.4.2
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 39d843b..561f510 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> |