ghostscript-system-zlib.patch 459 B

123456789101112131415
  1. diff --git a/base/lib.mak b/base/lib.mak
  2. index e8ee4e7..4abaa05 100644
  3. --- a/base/lib.mak
  4. +++ b/base/lib.mak
  5. @@ -589,7 +589,9 @@ srlx_h=$(GLSRC)srlx.h
  6. sstring_h=$(GLSRC)sstring.h
  7. strimpl_h=$(GLSRC)strimpl.h $(scommon_h) $(gstypes_h) $(gsstruct_h)
  8. szlibx_h=$(GLSRC)szlibx.h
  9. +ifneq ($(SHARE_ZLIB),1)
  10. zlib_h=$(ZSRCDIR)$(D)zlib.h
  11. +endif
  12. # We have two of the following, for shared zlib (_1)
  13. # and 'local' zlib (_0)
  14. szlibxx_h_1=$(GLSRC)szlibxx.h $(szlibx_h)