diff --git a/app-text/ghostscript_gpl/ghostscript_gpl-9.23.recipe b/app-text/ghostscript_gpl/ghostscript_gpl-9.24.recipe similarity index 92% rename from app-text/ghostscript_gpl/ghostscript_gpl-9.23.recipe rename to app-text/ghostscript_gpl/ghostscript_gpl-9.24.recipe index 162430565..acbcb83ce 100644 --- a/app-text/ghostscript_gpl/ghostscript_gpl-9.23.recipe +++ b/app-text/ghostscript_gpl/ghostscript_gpl-9.24.recipe @@ -8,8 +8,8 @@ HOMEPAGE="https://ghostscript.com/" COPYRIGHT="2001-2018 Artifex Software, Inc." LICENSE="AGPL-3.0" REVISION="1" -SOURCE_URI="https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs923/ghostscript-$portVersion.tar.gz" -CHECKSUM_SHA256="f65964807a3c97a2c0810d4b9806585367e73129e57ae33378cea18e07a1ed9b" +SOURCE_URI="https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs924/ghostscript-$portVersion.tar.gz" +CHECKSUM_SHA256="e613b2376f01882e82e0cf08f6caa3c5719793c4e31dd7d4a8e87d61d371005f" SOURCE_DIR="ghostscript-$portVersion" ARCHITECTURES="?x86_gcc2 ?x86 x86_64" @@ -116,9 +116,6 @@ BUILD() --bindir=$commandBinDir \ --with-fontpath="$FONTPATH" - # Ghostscript bug, already patched upstream - sed -i 's/AUXEXTRALIBS=$(EXTRALIBS)/AUXEXTRALIBS=$(EXTRALIBS) -lz/' Makefile - # Do make make $jobArgs }