From f23c6af269d652e49db06b892dc2989eb16fed50 Mon Sep 17 00:00:00 2001 From: linimon Date: Thu, 4 Oct 2007 08:29:38 +0000 Subject: Mark as broken with gcc4.2 on i386. --- editors/lfhex/Makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'editors') 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 +.include + +.if ${OSVERSION} >= 700042 +.if ${ARCH} == "i386" +BROKEN= Does not compile with GCC 4.2 +.endif +.endif + +.include -- cgit