libuv: Update from 1.20.0 to 1.20.1
[termux-packages] / packages / tinyscheme / schema.c.patch
CommitLineData
eba38977
FF
1diff -u -r ../tinyscheme-1.41/scheme.c ./scheme.c
2--- ../tinyscheme-1.41/scheme.c 2013-04-14 16:08:33.000000000 -0400
3+++ ./scheme.c 2016-02-03 08:22:19.137873950 -0500
4@@ -101,7 +101,7 @@
5 #endif
6
7 #ifndef InitFile
8-# define InitFile "init.scm"
9+# define InitFile "@TERMUX_PREFIX@/share/tinyscheme/init.scm"
10 #endif
11
12 #ifndef FIRST_CELLSEGS