This patch installs the lib files for sigscheme (.scm files) in
/usr/share/sigscheme/lib instead of /usr/lib/sigscheme/lib.
If installed in another location, sigscheme can't find them and
refuses to start.
Another way to tackle the problem would be to make sigscheme look
for the .scm files in /usr/lib/sigscheme (the trailinig /lib seems
more than a bit superfluous), but that would require patching
configure.ac, which is probably more trouble than it's worth.
Signed-off-by: Andrea Bolognani <eof@kiyuko.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23522 3c298f89-4303-0410-b956-a3cf2f4a3e73
It's not supported on this arch (yet):
./include/private/gcconfig.h:481:5: error: #error "The collector has not been ported to this machine/OS combination."
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22235 3c298f89-4303-0410-b956-a3cf2f4a3e73
this patch adds a new package in the lang section:
http://code.google.com/p/sigscheme/
SigScheme is a R5RS Scheme interpreter for embedded use. It features
small footprint (64KB in library form on the 'small' configuration)
like SIOD and TinyScheme, low memory consumption (2-words per cons
cell), multibyte characters handling (UTF-8, EUCs and Shift_JIS) and
more.
-Raphael
git-svn-id: svn://svn.openwrt.org/openwrt/packages@21473 3c298f89-4303-0410-b956-a3cf2f4a3e73