diff options
-rw-r--r-- | misc/tkinfo/patches/patch-aa | 9 | ||||
-rw-r--r-- | x11/tkinfo/patches/patch-aa | 9 |
2 files changed, 10 insertions, 8 deletions
diff --git a/misc/tkinfo/patches/patch-aa b/misc/tkinfo/patches/patch-aa index d2a005f3ac3..2666a376499 100644 --- a/misc/tkinfo/patches/patch-aa +++ b/misc/tkinfo/patches/patch-aa @@ -1,19 +1,20 @@ ---- tkinfo.orig Thu Mar 6 02:07:29 1997 -+++ tkinfo Thu Mar 6 11:41:30 1997 +--- tkinfo.orig Wed Jun 18 20:17:45 1997 ++++ tkinfo Fri Oct 24 22:34:48 1997 @@ -1,6 +1,6 @@ #!/bin/sh # This is a Tcl/Tk script to be interpreted by wish (Tk4.0 or better): \ -exec wish "$0" "$@" -+exec wish4.1 "$0" "$@" ++exec wish8.0 "$0" "$@" ########################################################################## # Version of TkInfo: -@@ -443,7 +443,7 @@ +@@ -484,7 +484,8 @@ proc tkiInit { } { global tki env auto_path tkiEmbed geometry - set defInfoPath [list . \ + set defInfoPath [list . /usr/share/info \ ++ @PREFIX@/info \ /usr/info /usr/local/info /usr/local/gnu/info \ /usr/local/emacs/info /usr/local/lib/emacs/info \ /usr/lib/xemacs/info /usr/local/lib/xemacs/info \ diff --git a/x11/tkinfo/patches/patch-aa b/x11/tkinfo/patches/patch-aa index d2a005f3ac3..2666a376499 100644 --- a/x11/tkinfo/patches/patch-aa +++ b/x11/tkinfo/patches/patch-aa @@ -1,19 +1,20 @@ ---- tkinfo.orig Thu Mar 6 02:07:29 1997 -+++ tkinfo Thu Mar 6 11:41:30 1997 +--- tkinfo.orig Wed Jun 18 20:17:45 1997 ++++ tkinfo Fri Oct 24 22:34:48 1997 @@ -1,6 +1,6 @@ #!/bin/sh # This is a Tcl/Tk script to be interpreted by wish (Tk4.0 or better): \ -exec wish "$0" "$@" -+exec wish4.1 "$0" "$@" ++exec wish8.0 "$0" "$@" ########################################################################## # Version of TkInfo: -@@ -443,7 +443,7 @@ +@@ -484,7 +484,8 @@ proc tkiInit { } { global tki env auto_path tkiEmbed geometry - set defInfoPath [list . \ + set defInfoPath [list . /usr/share/info \ ++ @PREFIX@/info \ /usr/info /usr/local/info /usr/local/gnu/info \ /usr/local/emacs/info /usr/local/lib/emacs/info \ /usr/lib/xemacs/info /usr/local/lib/xemacs/info \ |