wok-current rev 25620
Use default gcc 6.3 for ghostscript
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Mon Sep 04 05:39:50 2023 +0000 (14 months ago) |
parents | e75b9784dd09 |
children | b43832555246 |
files | ghostscript/receipt |
line diff
1.1 --- a/ghostscript/receipt Sun Sep 03 20:04:11 2023 +0000 1.2 +++ b/ghostscript/receipt Mon Sep 04 05:39:50 2023 +0000 1.3 @@ -17,7 +17,7 @@ 1.4 xorg-libXt zlib" 1.5 # build depends are optional ; ghostscripts still build but does not compile in cups support 1.6 BUILD_DEPENDS="cairo-dev cups-dev expat-dev fontconfig-dev freetype-dev 1.7 - gcc83 gnutls-dev gtk+-dev jasper-dev jbig2dec jpeg-dev libgcrypt-dev 1.8 + gnutls-dev gtk+-dev jasper-dev jbig2dec jpeg-dev libgcrypt-dev 1.9 libgpg-error-dev libpng-dev tiff-dev zlib-dev" 1.10 1.11 # What is the latest version available today? 1.12 @@ -35,8 +35,6 @@ 1.13 1.14 # --disable-compile-inits is needed for linking with system-zlib 1.15 ./configure \ 1.16 - CC=gcc-83 \ 1.17 - CXX=g++-83 \ 1.18 --prefix=/usr \ 1.19 --infodir=/usr/share/info \ 1.20 --mandir=/usr/share/man \