diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2010-03-14 20:56:11 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2010-03-14 20:56:11 +0000 |
commit | 4f1bb1affe114b938e7f95ffa2817485840dd869 (patch) | |
tree | cd86ed19cf2cca8c06992617fc61c7c54214aa96 /x11-misc/x2vnc/files | |
parent | Add fixes for python/tcl bindings and python.eclass fixes by Thomas Beierlein (diff) | |
download | gentoo-2-4f1bb1affe114b938e7f95ffa2817485840dd869.tar.gz gentoo-2-4f1bb1affe114b938e7f95ffa2817485840dd869.tar.bz2 gentoo-2-4f1bb1affe114b938e7f95ffa2817485840dd869.zip |
Little workaround for broken expectk binary, see bug #308713.
(Portage version: 2.1.7.17/cvs/Linux i686)
Diffstat (limited to 'x11-misc/x2vnc/files')
-rw-r--r-- | x11-misc/x2vnc/files/expectk.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/x11-misc/x2vnc/files/expectk.patch b/x11-misc/x2vnc/files/expectk.patch new file mode 100644 index 000000000000..5c5ba6887cb1 --- /dev/null +++ b/x11-misc/x2vnc/files/expectk.patch @@ -0,0 +1,17 @@ +--- tkx2vnc 2010-03-14 21:31:49.000000000 +0100 ++++ tkx2vnc.new 2010-03-14 21:32:58.000000000 +0100 +@@ -1,10 +1,13 @@ +-#!/usr/bin/expectk -f ++#!/usr/bin/wish + + # Name: tkx2vnc + # Author: David Noble + # Version: 1.0a + # Written: May 13, 2002 + # Modified: May 15, 2002 ++# Expect dependency fixed by Patrick Kursawe, March 14, 2010 ++ ++package require Expect + + proc prompt {} { + global prefs |