diff options
Diffstat (limited to 'math/jacal/files/patch-jacal.sh')
-rw-r--r-- | math/jacal/files/patch-jacal.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/jacal/files/patch-jacal.sh b/math/jacal/files/patch-jacal.sh new file mode 100644 index 000000000000..5f96d4ea88fa --- /dev/null +++ b/math/jacal/files/patch-jacal.sh @@ -0,0 +1,11 @@ +--- ./jacal.sh.orig Mon Dec 1 04:19:32 2003 ++++ ./jacal.sh Mon Feb 14 21:44:19 2005 +@@ -92,6 +92,8 @@ + if [ -z "${SCHEME_LIBRARY_PATH}" ]; then + if [ -d /usr/local/lib/slib/ ]; then + export SCHEME_LIBRARY_PATH=/usr/local/lib/slib/ ++ elif [ -d %%PREFIX%%/lib/slib/ ]; then ++ export SCHEME_LIBRARY_PATH=%%PREFIX%%/lib/slib/ + elif [ -d /usr/share/slib/ ]; then + export SCHEME_LIBRARY_PATH=/usr/share/slib/ + fi |