gentoo-ebuilds/dev-tcltk/tdom/files/tdom-0.9.3-expat.patch
Alfredo Tupone 8e78b4f5cf
dev-tcltk/tdom: fix for new expat
Closes: https://bugs.gentoo.org/924859
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
2024-02-26 08:48:05 +01:00

10 lines
255 B
Diff

--- a/generic/dom.h 2024-02-26 08:37:08.464473295 +0100
+++ b/generic/dom.h 2024-02-26 08:43:19.859997138 +0100
@@ -37,6 +37,7 @@
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
+#define XML_GE 1
#include <expat.h>
#include <domalloc.h>