inkscape/0001-add-xmlmemory-include.patch
Zephyr Lykos afa399ea76
Split inkscape_base.so as a subpackage and a few misc changes
- Migrated to rpmautospec
- Renovate entire spec, cleanup unused dependencies
- Add %check and option to disable test (according to Alpine Linux
  maintainers, "take extremely long and use absurd amounts of memory")
- Introduce reduced debug symbols
- Depend on python3-libs instead of the commandline package
- Verify the signature of source tarball
2023-11-21 21:49:02 +08:00

11 lines
186 B
Diff

--- a/src/object/uri.h
+++ b/src/object/uri.h
@@ -13,6 +13,7 @@
#define INKSCAPE_URI_H
#include <libxml/uri.h>
+#include <libxml/xmlmemory.h>
#include <memory>
#include <string>