diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-01 08:03:08 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-01 08:03:08 +0000 |
commit | 591fc652219ab963c645cfc168dc1e7267d34a8c (patch) | |
tree | 7c658efb4b5b7544c0dde074b35eeab0aed9bba4 | |
parent | Mark as broken with gcc4.2 on 64-bit archs. (diff) |
Mark as broken with gcc4.2.
Notes
Notes:
svn path=/head/; revision=200512
-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> |