From d289eec2069475a62684e1129c0a1a62d487c9f2 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sun, 3 Feb 2013 19:08:51 +0000 Subject: since the Debian package depends on tk8.5, hard-code the use of /usr/bin/wish8.5 svn path=/trunk/; revision=17019 --- debian/patches/hard-code-wish8.5.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 debian/patches/hard-code-wish8.5.patch (limited to 'debian/patches/hard-code-wish8.5.patch') diff --git a/debian/patches/hard-code-wish8.5.patch b/debian/patches/hard-code-wish8.5.patch new file mode 100644 index 00000000..823999fc --- /dev/null +++ b/debian/patches/hard-code-wish8.5.patch @@ -0,0 +1,15 @@ +Description: hard code to Debian's /usr/bin/wish8.5 + Force pd-gui.tcl to use /usr/bin/wish8.5 so that it always uses Tk 8.5 + regardless of how the 'wish' alternatives are setup. +Author: Hans-Christoph Steiner + +--- pd-extended-0.43.4.orig/pd/tcl/pd-gui.tcl (revision 16941) ++++ pd-extended-0.43.4/pd/tcl/pd-gui.tcl (working copy) +@@ -1,6 +1,6 @@ + #!/bin/sh + # This line continues for Tcl, but is a single line for 'sh' \ +- exec wish "$0" -- ${1+"$@"} ++ exec /usr/bin/wish8.5 "$0" -- ${1+"$@"} + # For information on usage and redistribution, and for a DISCLAIMER OF ALL + # WARRANTIES, see the file, "LICENSE.txt," in this distribution. + # Copyright (c) 1997-2009 Miller Puckette. -- cgit v1.2.1