diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2021-12-31 23:22:44 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2021-12-31 23:22:44 +0100 |
commit | 5cf9ff984bb9cc862a77bd1f7530407c9302a57f (patch) | |
tree | f4c45ab6b3123dc3a971015459f39f01db0e93bf /dev-tcltk/tdom/files | |
parent | dev-util/rizin: drop 0.3.0, 0.3.1-r1 (diff) | |
download | gentoo-5cf9ff984bb9cc862a77bd1f7530407c9302a57f.tar.gz gentoo-5cf9ff984bb9cc862a77bd1f7530407c9302a57f.tar.bz2 gentoo-5cf9ff984bb9cc862a77bd1f7530407c9302a57f.zip |
dev-tcltk/tdom: fix build with thread
Closes: https://bugs.gentoo.org/830359
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
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; + } |