summaryrefslogtreecommitdiffstats
path: root/development/tinyscheme/scheme.c.patch
diff options
context:
space:
mode:
Diffstat (limited to 'development/tinyscheme/scheme.c.patch')
-rw-r--r--development/tinyscheme/scheme.c.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/development/tinyscheme/scheme.c.patch b/development/tinyscheme/scheme.c.patch
new file mode 100644
index 0000000000..9c05d95c5d
--- /dev/null
+++ b/development/tinyscheme/scheme.c.patch
@@ -0,0 +1,11 @@
+--- scheme.c 2020-05-30 04:37:00.000000000 +0200
++++ scheme.c.patched 2023-08-25 16:27:06.630913191 +0200
+@@ -101,7 +101,7 @@
+ #endif
+
+ #ifndef InitFile
+-# define InitFile "init.scm"
++# define InitFile "/usr/share/tinyscheme/init.scm"
+ #endif
+
+ #ifndef FIRST_CELLSEGS