diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2018-09-07 23:00:06 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2018-09-08 09:00:34 +0200 |
commit | 8dc8bcc640cefafbb4966f0d73d9836082a246d1 (patch) | |
tree | 4700cfa805b7a8473f0a47c8d48e46285e471a2b /source/ap/ghostscript/ghostscript.SlackBuild | |
parent | 67ddb93bd166d5f98252a533d1a4538e5649af50 (diff) | |
download | current-8dc8bcc640cefafbb4966f0d73d9836082a246d1.tar.gz current-8dc8bcc640cefafbb4966f0d73d9836082a246d1.tar.xz |
Fri Sep 7 23:00:06 UTC 201820180907230006
x/mesa-18.2.0-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/ap/ghostscript/ghostscript.SlackBuild')
-rwxr-xr-x | source/ap/ghostscript/ghostscript.SlackBuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/source/ap/ghostscript/ghostscript.SlackBuild b/source/ap/ghostscript/ghostscript.SlackBuild index 52d85b3d6..fa96e4bf5 100755 --- a/source/ap/ghostscript/ghostscript.SlackBuild +++ b/source/ap/ghostscript/ghostscript.SlackBuild @@ -27,7 +27,7 @@ if [ -r gnu-ghostscript-*.tar.?z ]; then SRCPREFIX="gnu-" fi VERSION=${VERSION:-$(echo $SRCPREFIX$PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -79,6 +79,10 @@ rm -rf freetype jpeg lcms2 libpng libtiff png tiff zlib # Upstream patch to fix "Filter failed." issue: zcat $CWD/ghostscript.fix.filter.failed.bc3df077.patch.gz | patch -p1 --verbose || exit 1 +# Upstream patches to fix printing PDF files: +zcat $CWD/ghostscript.c8c01f8c4164bc10281d9e8f87cf96314d93104b.patch.gz | patch -p1 --verbose || exit 1 +zcat $CWD/ghostscript.13418541a5ae19b15f51cbb87faf344902f5af98.patch.gz | patch -p1 --verbose || exit 1 + # Regenerate ./configure. Needed if patched, or to prevent libtool mismatch. autoreconf --force --install ( cd jbig2dec ; autoreconf --force --install ) |