diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-05-12 18:26:31 -0300 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2019-05-16 17:42:43 +0200 |
commit | 90f0cd4b0097842fc1f8c1834e5a09a08507138a (patch) | |
tree | 359c46e712309fce02843081411508e597e00bdc /unmaintained/sbcl/sbcl_prefix.patch | |
parent | 13bbf3cfe9a028d1cd9a51fb85f7edfaf5628b18 (diff) | |
download | aports-90f0cd4b0097842fc1f8c1834e5a09a08507138a.tar.bz2 aports-90f0cd4b0097842fc1f8c1834e5a09a08507138a.tar.xz |
unmaintained/sbcl: move from testing
Dependency clisp is on unmaintained.
Diffstat (limited to 'unmaintained/sbcl/sbcl_prefix.patch')
-rw-r--r-- | unmaintained/sbcl/sbcl_prefix.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/unmaintained/sbcl/sbcl_prefix.patch b/unmaintained/sbcl/sbcl_prefix.patch new file mode 100644 index 0000000000..2019d0e7ec --- /dev/null +++ b/unmaintained/sbcl/sbcl_prefix.patch @@ -0,0 +1,11 @@ +--- 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 |