diff options
author | linimon <linimon@FreeBSD.org> | 2007-10-01 16:03:08 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-10-01 16:03:08 +0800 |
commit | a258bff667a43fed329f52aa801850189ea368d5 (patch) | |
tree | d782e69a943cf935d37e0d3e70260e59001bad6e /net | |
parent | 5f4deb2dc39d7a11526b2979d6259065987479bf (diff) | |
download | freebsd-ports-gnome-a258bff667a43fed329f52aa801850189ea368d5.tar.gz freebsd-ports-gnome-a258bff667a43fed329f52aa801850189ea368d5.tar.zst freebsd-ports-gnome-a258bff667a43fed329f52aa801850189ea368d5.zip |
Mark as broken with gcc4.2.
Diffstat (limited to 'net')
-rw-r--r-- | net/nepim/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/nepim/Makefile b/net/nepim/Makefile index c76a6dc9f067..ff4c0a315534 100644 --- a/net/nepim/Makefile +++ b/net/nepim/Makefile @@ -30,4 +30,10 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/nepim ${PREFIX}/bin -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + +.include <bsd.port.post.mk> |