diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-04 08:29:38 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-04 08:29:38 +0000 |
commit | 471bc173636bdc56693827df03957070fc99549e (patch) | |
tree | e632b0823924bdae763697da41e752b7b0878811 /editors/lfhex | |
parent | c80293de16ed9953f15e9e5c820deb80b816cb53 (diff) | |
download | ports-471bc173636bdc56693827df03957070fc99549e.tar.gz ports-471bc173636bdc56693827df03957070fc99549e.zip |
Notes
Diffstat (limited to 'editors/lfhex')
-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> |