summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-board/scid/files/scid-4.7.0-tcl-start-path.patch')
-rw-r--r--games-board/scid/files/scid-4.7.0-tcl-start-path.patch7
1 files changed, 7 insertions, 0 deletions
diff --git a/games-board/scid/files/scid-4.7.0-tcl-start-path.patch b/games-board/scid/files/scid-4.7.0-tcl-start-path.patch
new file mode 100644
index 000000000000..361700d7bc84
--- /dev/null
+++ b/games-board/scid/files/scid-4.7.0-tcl-start-path.patch
@@ -0,0 +1,7 @@
+--- a/src/ui_tcltk.h
++++ b/src/ui_tcltk.h
+@@ -59,3 +59,3 @@
+ else dirname += 1;
+- strcpy (dirname, "tcl/start.tcl");
++ strcpy (dirname, "../share/scid/tcl/start.tcl");
+ if (0 != Tcl_Access(sourceFileName, 4)) {