mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/ghostscript to 9.18-5
This commit is contained in:
parent
4aa65513a3
commit
07fb9830ed
1 changed files with 3 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
pkgname=ghostscript
|
||||
pkgver=9.18
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
pkgdesc="An interpreter for the PostScript language"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('AGPL' 'custom')
|
||||
|
@ -47,7 +47,8 @@ build() {
|
|||
# force it to use system-libs
|
||||
# keep heavily patched included openjpeg, leads to segfault with system openjpeg
|
||||
# https://bugs.archlinux.org/task/38226
|
||||
rm -rf jpeg libpng zlib jasper expat tiff lcms lcms2 freetype cups/libs # jbig2dec is in community
|
||||
#freetype # use internal one - FS#46744
|
||||
rm -rf jpeg libpng zlib jasper expat tiff lcms lcms2 cups/libs # jbig2dec is in community
|
||||
|
||||
autoconf --force
|
||||
|
||||
|
|
Loading…
Reference in a new issue