diff options
Diffstat (limited to 'devel/p5-Inline-Tcl/files/patch-Tcl.xs')
-rw-r--r-- | devel/p5-Inline-Tcl/files/patch-Tcl.xs | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/p5-Inline-Tcl/files/patch-Tcl.xs b/devel/p5-Inline-Tcl/files/patch-Tcl.xs new file mode 100644 index 000000000000..4533c470a831 --- /dev/null +++ b/devel/p5-Inline-Tcl/files/patch-Tcl.xs @@ -0,0 +1,13 @@ +fix Unparseable XSUB parameter: 'FNAME...' in Tcl.xs, line 113 + +--- Tcl.xs.orig 2025-07-13 08:42:18 UTC ++++ Tcl.xs +@@ -110,7 +110,7 @@ void + RETVAL + + void +-_eval_tcl_function(PKG, FNAME...) ++_eval_tcl_function(PKG, FNAME, ...) + char* PKG; + char* FNAME; + PREINIT: |