diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-02-04 14:17:48 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-02-04 14:17:48 +0000 |
commit | b5fd2284505438f4d25f3799d2855eb4e99f17b9 (patch) | |
tree | 3c74f3a34bba9168e366baa6dae621510bd2f98a /math/plplot/files/patch-examples__tk__xtk01.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-examples__tk__xtk01.c')
-rw-r--r-- | math/plplot/files/patch-examples__tk__xtk01.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/plplot/files/patch-examples__tk__xtk01.c b/math/plplot/files/patch-examples__tk__xtk01.c new file mode 100644 index 000000000000..e68c359c70a0 --- /dev/null +++ b/math/plplot/files/patch-examples__tk__xtk01.c @@ -0,0 +1,11 @@ +--- examples/tk/xtk01.c.orig ++++ examples/tk/xtk01.c +@@ -53,7 +53,7 @@ + // + // Results: + // Returns a standard Tcl completion code, and leaves an error +-// message in interp->result if an error occurs. ++// message in Tcl_GetStringResult(interp) if an error occurs. + // + // Side effects: + // Depends on the startup script. |