Files
gentoo/dev-tcltk/tclxml/files/tclxml-3.2-fix-implicit-declarations.patch
Sam James 4d5923d9d8 dev-tcltk/tclxml: add link to upstream PR
Signed-off-by: Sam James <sam@gentoo.org>
2022-11-23 00:32:55 +00:00

14 lines
383 B
Diff

https://github.com/flightaware/TclXML/pull/4
--- a/tclxml.c
+++ b/tclxml.c
@@ -20,6 +20,8 @@
#include <tclxslt/tclxslt.h>
#include <string.h>
+int Tcldom_libxml2_Init ( Tcl_Interp *interp );
+
#define TCL_DOES_STUBS \
(TCL_MAJOR_VERSION > 8 || TCL_MAJOR_VERSION == 8 && (TCL_MINOR_VERSION > 1 || \
(TCL_MINOR_VERSION == 1 && TCL_RELEASE_LEVEL == TCL_FINAL_RELEASE)))