From owner-svn-ports-all@freebsd.org Thu Dec 17 01:57:59 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D99AA493DB; Thu, 17 Dec 2015 01:57:59 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 252281B46; Thu, 17 Dec 2015 01:57:59 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBH1vtcc061638; Thu, 17 Dec 2015 01:57:55 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBH1vtJL061637; Thu, 17 Dec 2015 01:57:55 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201512170157.tBH1vtJL061637@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Thu, 17 Dec 2015 01:57:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403892 - head/print/ghostscript8-base X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Dec 2015 01:57:59 -0000 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