diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2015-12-17 01:57:55 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2015-12-17 01:57:55 +0000 |
commit | 0ce681c223d19c30ecd651085e6384b8264293cf (patch) | |
tree | 36d5421a516cdf550d24403a52702a398074b8a9 /print/ghostscript8-base | |
parent | Update 1.12.4 --> 1.12.5 (diff) |
Fix a build error which occurred with jbig2dec=>0.12.
Notes
Notes:
svn path=/head/; revision=403892
Diffstat (limited to 'print/ghostscript8-base')
-rw-r--r-- | print/ghostscript8-base/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/ghostscript8-base/Makefile b/print/ghostscript8-base/Makefile index c77b8709e1db..fb07ebf6d512 100644 --- a/print/ghostscript8-base/Makefile +++ b/print/ghostscript8-base/Makefile @@ -55,7 +55,9 @@ CONFIGURE_ARGS= --disable-compile-inits \ --without-x \ --disable-gtk \ --with-drivers="" -CPPFLAGS+= -DUPD_SIGNAL=0 -I. \ +CPPFLAGS+= -DUPD_SIGNAL=0 \ + -DJBIG_NO_MEMENTO \ + -I. \ -I${WRKSRC}/jasper/src/libjasper/include \ -I${LOCALBASE}/include/freetype2 \ -I${LOCALBASE}/include |