aports/main/ghostscript/ghostscript-system-zlib.patch

15 lines
459 B
Diff
Raw Permalink Normal View History

2015-11-18 07:50:02 +00:00
diff --git a/base/lib.mak b/base/lib.mak
2016-03-29 08:14:59 +00:00
index e8ee4e7..4abaa05 100644
2015-11-18 07:50:02 +00:00
--- a/base/lib.mak
+++ b/base/lib.mak
2016-03-29 08:14:59 +00:00
@@ -589,7 +589,9 @@ srlx_h=$(GLSRC)srlx.h
2015-11-18 07:50:02 +00:00
sstring_h=$(GLSRC)sstring.h
strimpl_h=$(GLSRC)strimpl.h $(scommon_h) $(gstypes_h) $(gsstruct_h)
szlibx_h=$(GLSRC)szlibx.h
+ifneq ($(SHARE_ZLIB),1)
zlib_h=$(ZSRCDIR)$(D)zlib.h
+endif
# We have two of the following, for shared zlib (_1)
# and 'local' zlib (_0)
szlibxx_h_1=$(GLSRC)szlibxx.h $(szlibx_h)