aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-10-01 16:03:08 +0800
committerlinimon <linimon@FreeBSD.org>2007-10-01 16:03:08 +0800
commita258bff667a43fed329f52aa801850189ea368d5 (patch)
treed782e69a943cf935d37e0d3e70260e59001bad6e /net
parent5f4deb2dc39d7a11526b2979d6259065987479bf (diff)
downloadfreebsd-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/Makefile8
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>