]> git.pld-linux.org Git - packages/ghostscript.git/blob - ghostscript-zlib.patch
- up to 9.18
[packages/ghostscript.git] / ghostscript-zlib.patch
1 diff -ruN ghostscript-9.18.orig/configure.ac ghostscript-9.18/configure.ac
2 --- ghostscript-9.18.orig/configure.ac  2015-10-05 10:21:11.000000000 +0200
3 +++ ghostscript-9.18/configure.ac       2015-12-30 18:50:49.477074470 +0100
4 @@ -917,7 +917,7 @@
5  dnl zlib is needed for language level 3, and libpng
6  # we must define ZLIBDIR regardless because png.mak does a -I$(ZLIBDIR)
7  # this seems a harmless default
8 -ZLIBDIR=src
9 +ZLIBDIR=$includedir
10  AUX_SHARED_ZLIB=
11  
12  if test -d $srcdir/zlib; then
13 @@ -936,6 +936,8 @@
14    local directory named 'zlib'. See http://www.gzip.org/zlib/
15    for more information.
16    ])
17 +else
18 +  LIBS="$LIBS -lz"
19  fi
20  
21  dnl if GS is to use the system zlib, freetype
This page took 0.048543 seconds and 3 git commands to generate.