wok rev 25679
Fix ghostscript receipt
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Fri Mar 08 14:14:23 2024 +0100 (8 months ago) |
parents | 70fb2457b74f |
children | 5e7b3f7922a2 |
files | ghostscript/receipt |
line diff
1.1 --- a/ghostscript/receipt Fri Mar 08 14:12:03 2024 +0100 1.2 +++ b/ghostscript/receipt Fri Mar 08 14:14:23 2024 +0100 1.3 @@ -11,13 +11,13 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.5 WGET_URL="https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${VERSION//./}/$TARBALL" 1.6 1.7 -DEPENDS="cups expat fontconfig freetype gnutls gtk+ jasper 1.8 +DEPENDS="cups expat fontconfig freetype gcc83-lib-base gnutls gtk+ jasper 1.9 jbig2dec jpeg libgcrypt libgpg-error libpng tiff xorg-libICE 1.10 xorg-libSM xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext 1.11 xorg-libXt zlib" 1.12 # build depends are optional ; ghostscripts still build but does not compile in cups support 1.13 BUILD_DEPENDS="cairo-dev cups-dev expat-dev fontconfig-dev freetype-dev 1.14 - gnutls-dev gtk+-dev jasper-dev jbig2dec jpeg-dev libgcrypt-dev 1.15 + gcc83 gnutls-dev gtk+-dev jasper-dev jbig2dec jpeg-dev libgcrypt-dev 1.16 libgpg-error-dev libpng-dev tiff-dev zlib-dev" 1.17 1.18 # What is the latest version available today? 1.19 @@ -39,6 +39,8 @@ 1.20 1.21 # --disable-compile-inits is needed for linking with system-zlib 1.22 ./configure \ 1.23 + CC=gcc-83 \ 1.24 + CXX=gcc-83 \ 1.25 --prefix=/usr \ 1.26 --infodir=/usr/share/info \ 1.27 --mandir=/usr/share/man \