svn commit: r403892 - head/print/ghostscript8-base

Hiroki Sato hrs at FreeBSD.org
Thu Dec 17 01:57:59 UTC 2015


Author: hrs
Date: Thu Dec 17 01:57:55 2015
New Revision: 403892
URL: https://svnweb.freebsd.org/changeset/ports/403892

Log:
  Fix a build error which occurred with jbig2dec=>0.12.

Modified:
  head/print/ghostscript8-base/Makefile

Modified: head/print/ghostscript8-base/Makefile
==============================================================================
--- head/print/ghostscript8-base/Makefile	Thu Dec 17 01:36:46 2015	(r403891)
+++ head/print/ghostscript8-base/Makefile	Thu Dec 17 01:57:55 2015	(r403892)
@@ -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


More information about the svn-ports-head mailing list