gettext: update to 0.23.1
[oi-userland.git] / components / library / gobject-introspection / patches / 01-giscanner-shlibs.py.patch
blob03f79ca4e6785be7cd66bf03bbf67419b2422a22
1 --- gobject-introspection-1.82.0/giscanner/shlibs.py.orig
2 +++ gobject-introspection-1.82.0/giscanner/shlibs.py
3 @@ -148,11 +148,6 @@
4 shlibs.append(m.group())
5 break
7 - if len(patterns) > 0:
8 - raise SystemExit(
9 - "ERROR: can't resolve libraries to shared libraries: " +
10 - ", ".join(patterns.keys()))
12 return shlibs