python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / development / libraries / gdome2 / fno-common.patch
blobf9dc93c48fcfdb2fc2913ad4b6c29aeb079994ae
1 On gcc-10 -fno-common is the default which forbids miltiple definitions.
2 --- a/libgdome/xpath/gdome-xpath-xpnsresolv.h
3 +++ b/libgdome/xpath/gdome-xpath-xpnsresolv.h
4 @@ -42,6 +42,6 @@ void gdome_xpath_xpnsresolv_ref (GdomeXPathNSResolver *self, GdomeException *exc
5 void gdome_xpath_xpnsresolv_unref (GdomeXPathNSResolver *self, GdomeException *exc);
6 GdomeDOMString * gdome_xpath_xpnsresolv_lookupNamespaceURI( GdomeXPathNSResolver *self, GdomeDOMString *prefix, GdomeException *exc);
8 -const GdomeXPathNSResolverVtab gdome_xpath_xpnsresolv_vtab;
9 +extern const GdomeXPathNSResolverVtab gdome_xpath_xpnsresolv_vtab;
11 #endif /* GDOME_XPNSRESOLV_FILE */