summaryrefslogtreecommitdiffstats
path: root/audio/TiMidity++/patches/timidity++-2.14.0-tcltk86.patch
diff options
context:
space:
mode:
Diffstat (limited to 'audio/TiMidity++/patches/timidity++-2.14.0-tcltk86.patch')
-rw-r--r--audio/TiMidity++/patches/timidity++-2.14.0-tcltk86.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/audio/TiMidity++/patches/timidity++-2.14.0-tcltk86.patch b/audio/TiMidity++/patches/timidity++-2.14.0-tcltk86.patch
deleted file mode 100644
index 23ef62aa03..0000000000
--- a/audio/TiMidity++/patches/timidity++-2.14.0-tcltk86.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-http://bugs.gentoo.org/451296
-
---- a/interface/tk_c.c
-+++ b/interface/tk_c.c
-@@ -913,7 +913,7 @@
- vsnprintf(buf, sizeof(buf), fmt, ap);
- Tcl_Eval(my_interp, buf);
- va_end(ap);
-- return my_interp->result;
-+ return Tcl_GetStringResult(my_interp);
- }
-
- static const char *v_get2(const char *v1, const char *v2)