diff options
Diffstat (limited to 'devel/git/files/patch-gitk')
-rw-r--r-- | devel/git/files/patch-gitk | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/git/files/patch-gitk b/devel/git/files/patch-gitk new file mode 100644 index 000000000000..592ad605be6b --- /dev/null +++ b/devel/git/files/patch-gitk @@ -0,0 +1,10 @@ +--- gitk.orig Tue Feb 7 23:58:47 2006 ++++ gitk Tue Feb 7 23:58:55 2006 +@@ -1,6 +1,6 @@ + #!/bin/sh + # Tcl ignores the next line -*- tcl -*- \ +-exec wish "$0" -- "$@" ++exec wish8.4 "$0" -- "$@" + + # Copyright (C) 2005 Paul Mackerras. All rights reserved. + # This program is free software; it may be used, copied, modified |