New comment by classabbyamp on void-packages repository https://github.com/void-linux/void-packages/pull/47473#issuecomment-1837092174 Comment: reverted: https://github.com/void-linux/void-packages/commit/343da92d12bafa2a7b43f91b92760016946958b0 breaks inkscape build: ``` ../src/object/uri.cpp: In constructor 'Inkscape::URI::URI(const gchar*, const char*)': ../src/object/uri.cpp:86:9: error: 'xmlFree' was not declared in this scope; did you mean 'xmlFreeURI'? 86 | xmlFree(full); | ^~~~~~~ | xmlFreeURI ../src/object/uri.cpp:89:9: error: 'xmlFree' was not declared in this scope; did you mean 'xmlFreeURI'? 89 | xmlFree(escaped); | ^~~~~~~ | xmlFreeURI ../src/object/uri.cpp: In member function 'std::string Inkscape::URI::str(const char*) const': ../src/object/uri.cpp:292:9: error: 'xmlFree' was not declared in this scope; did you mean 'xmlFreeURI'? 292 | xmlFree(saveuri); | ^~~~~~~ | xmlFreeURI ```