diff options
author | linimon <linimon@FreeBSD.org> | 2007-10-04 16:29:38 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-10-04 16:29:38 +0800 |
commit | f23c6af269d652e49db06b892dc2989eb16fed50 (patch) | |
tree | 9b96d3b979046aec723522e04e6a84524682ed93 /editors | |
parent | 6d857d5023c83b55f30986847622bde8cf463867 (diff) | |
download | freebsd-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/Makefile | 10 |
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> |