]> git.pld-linux.org Git - packages/ghostscript.git/blame - ghostscript-zlib.patch
- unconditional noarch subpackages
[packages/ghostscript.git] / ghostscript-zlib.patch
CommitLineData
e6245de9
AO
1diff -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 @@
2c8a958b
AM
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.120976 seconds and 4 git commands to generate.