chiark / gitweb /
busybox: Update from 1.28.2 to 1.28.3
[termux-packages] / packages / tinyscheme / schema.c.patch
1 diff -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