diff options
author | kris <kris@FreeBSD.org> | 2007-05-27 04:23:12 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-05-27 04:23:12 +0800 |
commit | 2b2c12c28b66d24f54d7244e1d83da35251424dd (patch) | |
tree | 35a80f24caf771234562c7e8fad8ddc4a772dd32 /net-p2p | |
parent | 2975fee95532d988546d03d7c4d78934ba7eef95 (diff) | |
download | freebsd-ports-gnome-2b2c12c28b66d24f54d7244e1d83da35251424dd.tar.gz freebsd-ports-gnome-2b2c12c28b66d24f54d7244e1d83da35251424dd.tar.zst freebsd-ports-gnome-2b2c12c28b66d24f54d7244e1d83da35251424dd.zip |
BROKEN with gcc 4.2
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/amule1/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net-p2p/amule1/Makefile b/net-p2p/amule1/Makefile index a110fa34edc3..051fa2a68021 100644 --- a/net-p2p/amule1/Makefile +++ b/net-p2p/amule1/Makefile @@ -48,6 +48,10 @@ CURL_CONFIG?= ${LOCALBASE}/bin/curl-config .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700042 +BROKEN= Broken with gcc 4.2 +.endif + # Configure options .if !defined(WITHOUT_OPTIMIZE) CONFIGURE_ARGS+= --enable-optimise |