commit:     5cf9ff984bb9cc862a77bd1f7530407c9302a57f
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 31 22:22:44 2021 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Dec 31 22:22:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cf9ff98

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 <AT> gentoo.org>

 dev-tcltk/tdom/files/tdom-0.9.2-nothreads.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)

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;
+ }

Reply via email to