]> git.pld-linux.org Git - packages/ghostscript.git/blob - ghostscript-zlib.patch
remove drop-ft-callback-def patch dropped from spec in de9e824
[packages/ghostscript.git] / ghostscript-zlib.patch
1 --- ghostscript-9.54.0/configure.ac.orig        2021-04-25 20:45:17.498439464 +0200
2 +++ ghostscript-9.54.0/configure.ac     2021-04-25 20:46:23.098488486 +0200
3 @@ -1403,7 +1403,7 @@ AC_MSG_CHECKING([for local zlib source])
4  dnl zlib is needed for language level 3, and libpng
5  # we must define ZLIBDIR regardless because png.mak does a -I$(ZLIBDIR)
6  # this seems a harmless default
7 -ZLIBDIR=src
8 +ZLIBDIR=$includedir
9  AUX_SHARED_ZLIB=
10  ZLIBCFLAGS=""
11  
12 @@ -1434,6 +1434,8 @@ if test -z "$SHARE_ZLIB"; then
13    local directory named 'zlib'. See http://www.gzip.org/zlib/
14    for more information.
15    ])
16 +else
17 +  LIBS="$LIBS -lz"
18  fi
19  
20  dnl if GS is to use the system zlib, freetype
This page took 0.075344 seconds and 3 git commands to generate.