diff options
author | Kyle Guinn <elyk03@gmail.com> | 2015-02-01 16:39:06 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-07 15:21:17 +0700 |
commit | 42293bc9baeae0df9c12b0ec00293e0147bd33a8 (patch) | |
tree | f16a58b7dcd48b523f03d609148a0bc70ecd9d47 /audio/TiMidity++/patches | |
parent | 309eaf0a51c0d08fbe39346a5ae8e38161192a57 (diff) |
audio/TiMidity++: Script cleanup.
Add extra flags to `autoreconf` so that the script works against
slackware-current. Thanks to tekk.
Move timidity.cfg from /etc to /etc/timidity, along with other
script cleanup suggestions. Thanks to Mii Bolen.
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
Diffstat (limited to 'audio/TiMidity++/patches')
-rw-r--r-- | audio/TiMidity++/patches/timidity++-2.14.0-tcltk86.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/TiMidity++/patches/timidity++-2.14.0-tcltk86.patch b/audio/TiMidity++/patches/timidity++-2.14.0-tcltk86.patch new file mode 100644 index 0000000000000..23ef62aa03e55 --- /dev/null +++ b/audio/TiMidity++/patches/timidity++-2.14.0-tcltk86.patch @@ -0,0 +1,13 @@ +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) |