diff options
author | linimon <linimon@FreeBSD.org> | 2011-07-16 13:26:21 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-07-16 13:26:21 +0800 |
commit | 79475d246a9d00379b21eea8d8ffc18a6c5148f4 (patch) | |
tree | 3f2cc98baf00e7c0f7a28c14f7498f28aa4167f9 /graphics | |
parent | 5328677b464c027d4eab073c0aa6a1a271edbc06 (diff) | |
download | freebsd-ports-gnome-79475d246a9d00379b21eea8d8ffc18a6c5148f4.tar.gz freebsd-ports-gnome-79475d246a9d00379b21eea8d8ffc18a6c5148f4.tar.zst freebsd-ports-gnome-79475d246a9d00379b21eea8d8ffc18a6c5148f4.zip |
Does not compile on sparc64: uses i386-specific options.
While here, pet portlint.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/mupdf/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/mupdf/Makefile b/graphics/mupdf/Makefile index c2de4e8314ba..ba1b0aa27c23 100644 --- a/graphics/mupdf/Makefile +++ b/graphics/mupdf/Makefile @@ -59,4 +59,10 @@ post-patch: .SILENT pre-install: .SILENT ${FIND} ${WRKSRC} -name pdf\*.1 -exec ${SH} -c 'mv {} $$(dirname {})/mu_$$(basename {})' \; -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64 : uses i386-specific options +.endif + +.include <bsd.port.post.mk> |