diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libemf/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/libemf/Makefile b/graphics/libemf/Makefile index 4283b07f1944..34733edcd629 100644 --- a/graphics/libemf/Makefile +++ b/graphics/libemf/Makefile @@ -17,6 +17,10 @@ GNU_CONFIGURE= yes .include <bsd.port.pre.mk> +.if ${ARCH} == "sparc64" +BROKEN= "Does not compile on sparc64" +.endif + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} |