aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2011-07-16 13:26:21 +0800
committerlinimon <linimon@FreeBSD.org>2011-07-16 13:26:21 +0800
commit79475d246a9d00379b21eea8d8ffc18a6c5148f4 (patch)
tree3f2cc98baf00e7c0f7a28c14f7498f28aa4167f9 /graphics
parent5328677b464c027d4eab073c0aa6a1a271edbc06 (diff)
downloadfreebsd-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/Makefile8
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>