[packages/OpenIPMI] - fix building with TCL 9

hawk hawk at pld-linux.org
Fri May 22 12:55:22 CEST 2026


commit 895290f6177929e2e98c51abd54c34889d5ca253
Author: Marcin Krol <hawk at tld-linux.org>
Date:   Thu May 21 20:11:48 2026 +0200

    - fix building with TCL 9

 OpenIPMI-tcl.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)
---
diff --git a/OpenIPMI-tcl.patch b/OpenIPMI-tcl.patch
index 85bfd3d..ebbea6d 100644
--- a/OpenIPMI-tcl.patch
+++ b/OpenIPMI-tcl.patch
@@ -9,3 +9,14 @@
        if test "x$FOUND_TCL_HEADER" != "xyes"; then
           AC_CHECK_HEADER(tcl/tcl.h, FOUND_TCL_HEADER=yes; )
  	 if test "x$FOUND_TCL_HEADER" == "xyes"; then
+--- OpenIPMI-2.0.37/tcl/tcl_os_hnd.c	2024-04-18 03:30:21.000000000 +0200
++++ OpenIPMI-2.0.37/tcl/tcl_os_hnd.c	2026-05-22 11:54:41.151366398 +0200
+@@ -374,7 +374,7 @@
+ {
+     if (cond->waiters)
+ 	return EBUSY;
+-    Tcl_ConditionFinalize(cond->cond);
++    Tcl_ConditionFinalize(&cond->cond);
+     free(cond);
+     return 0;
+ }
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/OpenIPMI.git/commitdiff/895290f6177929e2e98c51abd54c34889d5ca253



More information about the pld-cvs-commit mailing list