mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
ghostscript: version bump (#2998)
* ghostscript: create ghostscript 9.24 recipe * Delete ghostscript_gpl-9.23.recipe * Update ghostscript_gpl-9.24.recipe
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user