summaryrefslogtreecommitdiff
path: root/graphics/mupdf/Makefile
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-11-11 03:49:19 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-11-11 03:49:19 +0000
commit17e9d38ecbf9e3fe28c3c25694636a594397a70a (patch)
tree2a61ab254ea49c6c358989f69b50aa9a3b3bd03d /graphics/mupdf/Makefile
parentUSES=compiler:c++11-lang is necessary to fix build on GCC-based (diff)
Fix build on big-endian architectures due to byte-swapping function.
PR: 232870 Submitted by: Piotr Kubaj Approved by: maintainer
Notes
Notes: svn path=/head/; revision=484658
Diffstat (limited to 'graphics/mupdf/Makefile')
-rw-r--r--graphics/mupdf/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/graphics/mupdf/Makefile b/graphics/mupdf/Makefile
index 3f635b078a34..1d9b3d8ab080 100644
--- a/graphics/mupdf/Makefile
+++ b/graphics/mupdf/Makefile
@@ -16,8 +16,6 @@ COMMENT= Lightweight PDF viewer and toolkit
LICENSE= AGPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
-BROKEN_powerpc64= fails to compile: cmsmd5.c:36:51: 'ContextID' undeclared
-
LIB_DEPENDS= libcurl.so:ftp/curl \
libfreetype.so:print/freetype2 \
libharfbuzz.so:print/harfbuzz \