Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Dec 2015 13:13:30 +1100
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        Hiroki Sato <hrs@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r403892 - head/print/ghostscript8-base
Message-ID:  <56721A4A.2010509@FreeBSD.org>
In-Reply-To: <201512170157.tBH1vtJL061637@repo.freebsd.org>
References:  <201512170157.tBH1vtJL061637@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 17/12/2015 12:57 PM, Hiroki Sato wrote:
> 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
> 

MFH?



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