diff options
author | wiz <wiz@pkgsrc.org> | 2015-09-06 20:53:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-09-06 20:53:24 +0000 |
commit | 954abe36e20c3fb912739be7599dec4fb90879a9 (patch) | |
tree | cf5d9de7b5db90cc40df203ae3af0d501e237bdf /print/mupdf | |
parent | 9db6dc43770cc569639ca7b95022552eb83b8736 (diff) | |
download | pkgsrc-954abe36e20c3fb912739be7599dec4fb90879a9.tar.gz |
Fix build with jbig2dec-0.12.
Diffstat (limited to 'print/mupdf')
-rw-r--r-- | print/mupdf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/mupdf/Makefile b/print/mupdf/Makefile index 85a168dacfe..b3b35e9f225 100644 --- a/print/mupdf/Makefile +++ b/print/mupdf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2015/05/27 21:52:19 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2015/09/06 20:53:24 wiz Exp $ DISTNAME= mupdf-1.7a-source PKGNAME= ${DISTNAME:S/-source//} @@ -22,6 +22,7 @@ MAKE_FLAGS+= LDFLAGS=${LDFLAGS:Q} MAKE_FLAGS+= XCFLAGS=${CFLAGS:Q} MAKE_FLAGS+= build=release +CFLAGS+= -DJBIG_NO_MEMENTO CFLAGS.SunOS+= -D_XOPEN_SOURCE=600 .include "options.mk" |