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.
12 lines
288 B
Diff
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=""
|
|
|