diff options
author | Lucía Andrea Illanes Albornoz <lucia@luciaillanes.de> | 2022-11-27 20:42:10 +0100 |
---|---|---|
committer | Lucía Andrea Illanes Albornoz <lucia@luciaillanes.de> | 2022-11-27 20:43:54 +0100 |
commit | 9829160a8b61e79299f5c41f0c8049b9569b0b86 (patch) | |
tree | 4c46b73495b14476c9dc9ed65b391ee1562edea9 /patches | |
parent | 3a48322f19f8990a9262157f2715555cb6fb5b49 (diff) | |
download | midipix_build-9829160a8b61e79299f5c41f0c8049b9569b0b86.tar.bz2 midipix_build-9829160a8b61e79299f5c41f0c8049b9569b0b86.tar.xz |
groups/231.native_packages_etc.group:ghostpdl:${PKG_CONFIGURE_ARGS_EXTRA}: additionally configure w/ --without-local-zlib. groups/231.native_packages_etc.group:ghostpdl:${PKG_ENV_VARS_EXTRA}: additionally build w/ ZLIBDIR=${PREFIX}/include}. patches/ghostpdl-9.52.local.patch: updated.
Diffstat (limited to 'patches')
-rw-r--r-- | patches/ghostpdl-9.52.local.patch | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/patches/ghostpdl-9.52.local.patch b/patches/ghostpdl-9.52.local.patch index 11712f1a..5a9646fe 100644 --- a/patches/ghostpdl-9.52.local.patch +++ b/patches/ghostpdl-9.52.local.patch @@ -31,7 +31,17 @@ diff -ru ghostpdl-9.52.orig/base/fapi_ft.c ghostpdl-9.52/base/fapi_ft.c diff -ru ghostpdl-9.52.orig/configure ghostpdl-9.52/configure --- ghostpdl-9.52.orig/configure 2020-06-05 13:19:23.032760767 +0200 +++ ghostpdl-9.52/configure 2020-06-05 13:18:58.367780811 +0200 -@@ -10957,7 +10957,7 @@ +@@ -7566,9 +7566,6 @@ + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for local zlib source" >&5 + $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 + AUX_SHARED_ZLIB= + ZLIBCFLAGS="" + +@@ -10957,7 +10954,7 @@ enableval=$enable_dynamic; if test "x$enable_dynamic" != xno; then case $host in |