summaryrefslogtreecommitdiff
path: root/libre/ghostscript/ghostscript-sys-zlib.patch
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-09-05 02:46:02 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-09-05 02:46:02 -0300
commitac02fad38b091e6d86e107805a8f6ac44aa88133 (patch)
tree8457aa89067317d12213f60bf578d09e8b93d230 /libre/ghostscript/ghostscript-sys-zlib.patch
parent4af55f71f165e92145f2cdf5396efd04c3266e52 (diff)
parent6fe05d921e89ab5eb1c2b6265211e6cc4c9e6d55 (diff)
Merge branch 'master' of ssh://lukeshu.com:1863/srv/git/mirror/parabola/abslibre
Diffstat (limited to 'libre/ghostscript/ghostscript-sys-zlib.patch')
-rw-r--r--libre/ghostscript/ghostscript-sys-zlib.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/libre/ghostscript/ghostscript-sys-zlib.patch b/libre/ghostscript/ghostscript-sys-zlib.patch
new file mode 100644
index 000000000..d632fcbb2
--- /dev/null
+++ b/libre/ghostscript/ghostscript-sys-zlib.patch
@@ -0,0 +1,25 @@
+diff -up ghostscript-9.12/configure.ac.sys-zlib ghostscript-9.12/configure.ac
+--- ghostscript-9.12/configure.ac.sys-zlib 2014-03-26 11:48:54.983972222 +0000
++++ ghostscript-9.12/configure.ac 2014-03-26 11:49:36.807230531 +0000
+@@ -854,7 +854,7 @@ AC_MSG_CHECKING([for local zlib source])
+ dnl zlib is needed for language level 3, and libpng
+ # we must define ZLIBDIR regardless because png.mak does a -I$(ZLIBDIR)
+ # this seems a harmless default
+-ZLIBDIR=src
++ZLIBDIR=$includedir
+ AUX_SHARED_ZLIB=
+
+ if test -d $srcdir/zlib; then
+diff -up ghostscript-9.12/configure.sys-zlib ghostscript-9.12/configure
+--- ghostscript-9.12/configure.sys-zlib 2014-03-26 11:49:45.547284521 +0000
++++ ghostscript-9.12/configure 2014-03-26 11:49:56.171350127 +0000
+@@ -6254,7 +6254,7 @@ fi
+ $as_echo_n "checking for local zlib source... " >&6; }
+ # we must define ZLIBDIR regardless because png.mak does a -I$(ZLIBDIR)
+ # this seems a harmless default
+-ZLIBDIR=src
++ZLIBDIR=$includedir
+ AUX_SHARED_ZLIB=
+
+ if test -d $srcdir/zlib; then
+