diff options
Diffstat (limited to 'graphics/libemf')
-rw-r--r-- | graphics/libemf/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/graphics/libemf/Makefile b/graphics/libemf/Makefile index e07cb0cb83b8..19420b50e148 100644 --- a/graphics/libemf/Makefile +++ b/graphics/libemf/Makefile @@ -18,6 +18,12 @@ GNU_CONFIGURE= yes .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700042 +.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" +BROKEN= Does not compile with GCC 4.2 +.endif +.endif + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} |