Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Dec 2015 01:57:55 +0000 (UTC)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r403892 - head/print/ghostscript8-base
Message-ID:  <201512170157.tBH1vtJL061637@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512170157.tBH1vtJL061637>