Files
MINGW-packages/mingw-w64-ghostscript/002-ghostscript-sys-zlib.patch
Biswapriyo Nath 2baf1d9afd ghostscript: update to 10.01.2
Changes:
  * Rename gp_wutf8.c to gp_utf8.c, upstream commit
    https://git.ghostscript.com/?p=ghostpdl.git;a=commitdiff;h=e15f8ff9db30c4e780973cef79e162baed6047c6
  * Add pdf_utf8_mingw_.o target for mingw specific build.
  * Remove 004-FT_CALLBACK_DEF-deprecated.patch, upstream commit
    https://git.ghostscript.com/?p=ghostpdl.git;a=commit;h=41ef9a0bc36b9db7115fbe9623f989bfb47bbade
  * Remove bundled tesseract and leptonica source directory.
2023-07-22 01:49:22 +05:30

12 lines
288 B
Diff

--- a/configure.ac
+++ b/configure.ac
@@ -1430,7 +1430,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=
ZLIBCFLAGS=""