summaryrefslogtreecommitdiff
path: root/dev-tcltk/tclxml/files/tclxml-3.2.7-bool.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-tcltk/tclxml/files/tclxml-3.2.7-bool.patch')
-rw-r--r--dev-tcltk/tclxml/files/tclxml-3.2.7-bool.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-tcltk/tclxml/files/tclxml-3.2.7-bool.patch b/dev-tcltk/tclxml/files/tclxml-3.2.7-bool.patch
new file mode 100644
index 000000000000..8d29180f0826
--- /dev/null
+++ b/dev-tcltk/tclxml/files/tclxml-3.2.7-bool.patch
@@ -0,0 +1,26 @@
+--- a/tclxml.c 2020-12-24 16:58:20.051675497 +0100
++++ b/tclxml.c 2020-12-24 16:58:49.586185021 +0100
+@@ -20,6 +20,10 @@
+ #include <tclxslt/tclxslt.h>
+ #include <string.h>
+
++#ifdef bool
++#undef bool
++#endif
++
+ int Tcldom_libxml2_Init ( Tcl_Interp *interp );
+
+ #define TCL_DOES_STUBS \
+--- a/tclxslt-libxslt.c 2020-12-24 16:59:07.004895777 +0100
++++ b/tclxslt-libxslt.c 2020-12-24 16:59:46.280243657 +0100
+@@ -20,6 +20,10 @@
+ #include <libxslt/imports.h>
+ #include <libxslt/security.h>
+
++#ifdef bool
++#undef bool
++#endif
++
+ #undef TCL_STORAGE_CLASS
+ #define TCL_STORAGE_CLASS DLLEXPORT
+