diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-11-24 01:57:31 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-11-24 01:57:31 +0000 |
commit | 0397077da04537bc64da6284fb3f22ba6f740615 (patch) | |
tree | 9144db78d02da5e7636a8c238c7ddeb79f9bcc90 /graphics/libemf | |
parent | b098ffee8015a6e959de03b69e8809d2043d2ea6 (diff) | |
download | ports-0397077da04537bc64da6284fb3f22ba6f740615.tar.gz ports-0397077da04537bc64da6284fb3f22ba6f740615.zip |
Notes
Diffstat (limited to 'graphics/libemf')
-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} |