mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-25 11:22:30 +01:00
See https://gitlab.alpinelinux.org/alpine/aports/-/issues/17549 ghostscripts-fonts got moved to community aswell, see HEAD~. No other packages in main depend on ghostscript.
13 lines
345 B
Diff
13 lines
345 B
Diff
--- a/base/lib.mak
|
|
+++ b/base/lib.mak
|
|
@@ -610,7 +610,9 @@ surfx_h=$(SURFX_H)
|
|
sstring_h=$(GLSRC)sstring.h
|
|
strimpl_h=$(GLSRC)strimpl.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)
|