summaryrefslogtreecommitdiff
path: root/dev-tcltk/tclxml/files
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2024-11-01 00:58:55 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2024-11-01 00:58:55 +0100
commitaac4d06dd344afaacbd169360e3c9b197bc88dfe (patch)
tree79660c5cfa64823156561b8e2cda806a29864ff4 /dev-tcltk/tclxml/files
parente502bfe2a733fe9e3c4ba68bd899aa215b9808cb (diff)
downloadgentoo-aac4d06dd344afaacbd169360e3c9b197bc88dfe.tar.gz
gentoo-aac4d06dd344afaacbd169360e3c9b197bc88dfe.tar.bz2
gentoo-aac4d06dd344afaacbd169360e3c9b197bc88dfe.zip
dev-tcltk/tclxml: drop 3.2.7-r1
Bug: https://bugs.gentoo.org/924861 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-tcltk/tclxml/files')
-rw-r--r--dev-tcltk/tclxml/files/tclxml-3.2.7-bool.patch26
1 files changed, 0 insertions, 26 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
deleted file mode 100644
index 8d29180f0826..000000000000
--- a/dev-tcltk/tclxml/files/tclxml-3.2.7-bool.patch
+++ /dev/null
@@ -1,26 +0,0 @@
---- 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
-