diff options
Diffstat (limited to 'dev-tcltk/tdom/files')
-rw-r--r-- | dev-tcltk/tdom/files/tdom-0.9.2-nothreads.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-tcltk/tdom/files/tdom-0.9.2-nothreads.patch b/dev-tcltk/tdom/files/tdom-0.9.2-nothreads.patch index b24c9821f0d4..1170eb16bb5b 100644 --- a/dev-tcltk/tdom/files/tdom-0.9.2-nothreads.patch +++ b/dev-tcltk/tdom/files/tdom-0.9.2-nothreads.patch @@ -9,3 +9,14 @@ typedef struct TdomStubs { int magic; +--- a/generic/schema.c 2021-12-31 23:19:47.869682736 +0100 ++++ b/generic/schema.c 2021-12-31 23:20:14.474255669 +0100 +@@ -419,7 +419,7 @@ + } + #else + SchemaData * +-tdomGetSchemadata (void) ++tdomGetSchemadata (Tcl_Interp *) + { + return GETASI; + } |