summaryrefslogtreecommitdiff
path: root/math/plplot/files/patch-bindings__tk__tkshell.c
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2013-02-04 14:17:48 +0000
committerMartin Wilke <miwi@FreeBSD.org>2013-02-04 14:17:48 +0000
commitb5fd2284505438f4d25f3799d2855eb4e99f17b9 (patch)
tree3c74f3a34bba9168e366baa6dae621510bd2f98a /math/plplot/files/patch-bindings__tk__tkshell.c
parent- Add some missing dependency (diff)
- Fix build
PR: 175579 Submitted by: ports fury
Notes
Notes: svn path=/head/; revision=311613
Diffstat (limited to 'math/plplot/files/patch-bindings__tk__tkshell.c')
-rw-r--r--math/plplot/files/patch-bindings__tk__tkshell.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/plplot/files/patch-bindings__tk__tkshell.c b/math/plplot/files/patch-bindings__tk__tkshell.c
new file mode 100644
index 000000000000..94bf522f214a
--- /dev/null
+++ b/math/plplot/files/patch-bindings__tk__tkshell.c
@@ -0,0 +1,11 @@
+--- bindings/tk/tkshell.c.orig
++++ bindings/tk/tkshell.c
+@@ -115,7 +115,7 @@
+ if ( Tcl_ExprBoolean( interp, argv[1], &result ) )
+ {
+ fprintf( stderr, "wait_until command \"%s\" failed:\n\t %s\n",
+- argv[1], interp->result );
++ argv[1], Tcl_GetStringResult(interp) );
+ break;
+ }
+ if ( result )