diff options
author | maya <maya@pkgsrc.org> | 2017-10-26 04:41:37 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2017-10-26 04:41:37 +0000 |
commit | e81deec8c03a93a74218aadd38a2fe836fe36179 (patch) | |
tree | 037369541d16722439c9c1b463641c32b406347f /print/ghostscript-gpl/Makefile | |
parent | 66717bb489b33c0f62316b6fea33614b56258c7c (diff) | |
download | pkgsrc-e81deec8c03a93a74218aadd38a2fe836fe36179.tar.gz |
ghostscript-gpl: always avoid building builtin (outdated) zlib
It is currently builtin into libgs.so.
bump PKGREVISION
Diffstat (limited to 'print/ghostscript-gpl/Makefile')
-rw-r--r-- | print/ghostscript-gpl/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/print/ghostscript-gpl/Makefile b/print/ghostscript-gpl/Makefile index 0621c18982d..d4eaa3f1d28 100644 --- a/print/ghostscript-gpl/Makefile +++ b/print/ghostscript-gpl/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.29 2017/10/16 15:47:01 jperkin Exp $ +# $NetBSD: Makefile,v 1.30 2017/10/26 04:41:37 maya Exp $ DISTNAME= ghostscript-${GS_VERSION} PKGNAME= ${DISTNAME:S/ghostscript/ghostscript-gpl/} -PKGREVISION= 13 +PKGREVISION= 14 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ghostscript/} MASTER_SITES+= https://ghostscript.com/releases/ @@ -101,10 +101,7 @@ post-extract: # ${RM} -rf ${WRKSRC}/jasper ${RM} -rf ${WRKSRC}/libpng # ${RM} -rf ${WRKSRC}/tiff -# UX:i386ld: ERROR: symbol: 'deflate_copyright' defined in two shared objects: libgs.so: size = 53, libz.so.1: size = 68 -.if ${OS_VARIANT} == "SCOOSR5" ${RM} -rf ${WRKSRC}/zlib -.endif ${RM} -rf ${WRKSRC}/freetype # # To allow outside customization, rename cidfmap |