summaryrefslogtreecommitdiff
path: root/dev-tcltk/tdom/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-01-18 23:57:59 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-01-18 23:57:59 +0000
commitd39fec05a2fac9978cd77634744637509744b561 (patch)
treed6c800b18c7b6a3c88e80b284f5c91a060e1ecc7 /dev-tcltk/tdom/files
parent220240f060e150ba4c4bb2d0f2a07f7c8f9de480 (diff)
gentoo auto-resync : 18:01:2023 - 23:57:58
Diffstat (limited to 'dev-tcltk/tdom/files')
-rw-r--r--dev-tcltk/tdom/files/tdom-0.9.2-clang6.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-tcltk/tdom/files/tdom-0.9.2-clang6.patch b/dev-tcltk/tdom/files/tdom-0.9.2-clang6.patch
new file mode 100644
index 000000000000..4bf5e3b2486e
--- /dev/null
+++ b/dev-tcltk/tdom/files/tdom-0.9.2-clang6.patch
@@ -0,0 +1,11 @@
+--- a/generic/tdomDecls.h 2023-01-18 20:37:24.944545544 +0100
++++ b/generic/tdomDecls.h 2023-01-18 20:37:36.574361814 +0100
+@@ -87,7 +87,7 @@
+ int (*xML_GetIdAttributeIndex) (XML_Parser parser); /* 15 */
+ domNode * (*tcldom_getNodeFromName) (Tcl_Interp *interp, char *nodeName, char **errMsg); /* 16 */
+ domDocument * (*tcldom_getDocumentFromName) (Tcl_Interp *interp, char *docName, char **errMsg); /* 17 */
+- SchemaData * (*tdomGetSchemadata) (void); /* 18 */
++ SchemaData * (*tdomGetSchemadata) (Tcl_Interp *interp); /* 18 */
+ } TdomStubs;
+
+ extern const TdomStubs *tdomStubsPtr;