aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-10-04 16:29:38 +0800
committerlinimon <linimon@FreeBSD.org>2007-10-04 16:29:38 +0800
commitf23c6af269d652e49db06b892dc2989eb16fed50 (patch)
tree9b96d3b979046aec723522e04e6a84524682ed93 /editors
parent6d857d5023c83b55f30986847622bde8cf463867 (diff)
downloadfreebsd-ports-gnome-f23c6af269d652e49db06b892dc2989eb16fed50.tar.gz
freebsd-ports-gnome-f23c6af269d652e49db06b892dc2989eb16fed50.tar.zst
freebsd-ports-gnome-f23c6af269d652e49db06b892dc2989eb16fed50.zip
Mark as broken with gcc4.2 on i386.
Diffstat (limited to 'editors')
-rw-r--r--editors/lfhex/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/editors/lfhex/Makefile b/editors/lfhex/Makefile
index 31810d51504d..aa770abcdfc2 100644
--- a/editors/lfhex/Makefile
+++ b/editors/lfhex/Makefile
@@ -32,4 +32,12 @@ MAKE_ARGS= CXXFLAGS="${CXXFLAGS}" \
PLIST_FILES= bin/lfhex
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+.if ${ARCH} == "i386"
+BROKEN= Does not compile with GCC 4.2
+.endif
+.endif
+
+.include <bsd.port.post.mk>