1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 03:05:48 +03:00
aports/testing/sbcl/sbcl_prefix.patch
Will Sinatra ab9ce10828 testing/sbcl: upgrade to 1.5.4, adopt
Removing <signal.h> from musl-fixes.patch allows SBCL to compile correctly. Added myself as the maintainer.
2019-07-25 10:57:33 -03:00

11 lines
237 B
Diff

--- a/make-config.sh
+++ b/make-config.sh
@@ -30,7 +30,7 @@
then
SBCL_PREFIX="$PROGRAMFILES/sbcl"
else
- SBCL_PREFIX="/usr/local"
+ SBCL_PREFIX="/usr"
fi
SBCL_XC_HOST="sbcl --no-userinit --no-sysinit"
export SBCL_XC_HOST