You've already forked MINGW-packages
mirror of
https://github.com/encounter/MINGW-packages.git
synced 2026-03-30 11:29:58 -07:00
31008a59db
Patches refreshed. Also removed `configure' from ghostscript-sys-zlib.patch since the PKGBUILD will run autoconf anyway.
12 lines
302 B
Diff
12 lines
302 B
Diff
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -912,7 +912,7 @@
|
|
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
|