libsoup3: update to 3.6.0; fix GTK2/3 app startup
[oi-userland.git] / components / openindiana / illumos-gate / patches / 0003-depend-runtime-perl.patch
blobc9067ba494029ee192ec5de809d26f1e44f30304
1 This allows to add extra manifest for the pkgdepend resolve step to get native
2 dependency on unversioned runtime/perl.
4 --- illumos-gate/usr/src/pkg/Makefile.orig
5 +++ illumos-gate/usr/src/pkg/Makefile
6 @@ -411,7 +411,7 @@
7 else \
8 print "Resolving dependencies"; \
9 pkgdepend -R $(PKGDEP_RESOLVE_IMAGE) resolve \
10 - -m $(DEP_SYNTH_PKGS) $(DEP_PKGS); \
11 + -m $(DEP_SYNTH_PKGS) $(DEP_PKGS) $(DEP_RUNTIME_PERL); \
12 for p in $(DEP_SYNTH_PKGS:%.dep=%) $(DEP_PKGS:%.dep=%); do \
13 if [ "$$(print $$p.metadata.*)" = \
14 "$$(print $$p.metadata.noincorp.*)" ]; \