Files
termux-packages/x11-packages/inkscape/page-size-fix.patch
2023-10-29 20:01:37 +00:00

10 lines
285 B
Diff

+++ a/src/attributes.h
@@ -24,6 +24,7 @@
* line-by-line comparison. Also, inorder for proper parsing, some
* properties must be before others (e.g. 'font' before 'font-family').
*/
+#undef PAGE_SIZE
enum class SPAttr {
INVALID, ///< Must have value 0.
/* SPObject */