diff options
author | Andrey Grozin <grozin@gentoo.org> | 2020-04-04 21:16:58 +0700 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2020-04-04 21:17:57 +0700 |
commit | 6115b91c5f70f85bf426f803ace6aaa72a13d39d (patch) | |
tree | 773d8c4c18a7cd1b67ab271c29ac9068dc0b0a5d /dev-lisp/sbcl/files | |
parent | media-sound/teamspeak-server: drop old version (diff) | |
download | gentoo-6115b91c5f70f85bf426f803ace6aaa72a13d39d.tar.gz gentoo-6115b91c5f70f85bf426f803ace6aaa72a13d39d.tar.bz2 gentoo-6115b91c5f70f85bf426f803ace6aaa72a13d39d.zip |
dev-lisp/sbcl: bump to 2.0.3
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Andrey Grozin <grozin@gentoo.org>
Diffstat (limited to 'dev-lisp/sbcl/files')
-rw-r--r-- | dev-lisp/sbcl/files/verbose-build-2.0.3.patch | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-lisp/sbcl/files/verbose-build-2.0.3.patch b/dev-lisp/sbcl/files/verbose-build-2.0.3.patch new file mode 100644 index 000000000000..263436ab5e00 --- /dev/null +++ b/dev-lisp/sbcl/files/verbose-build-2.0.3.patch @@ -0,0 +1,29 @@ +diff -U3 -r sbcl-2.0.3.orig/make.sh sbcl-2.0.3/make.sh +--- sbcl-2.0.3.orig/make.sh 2020-03-29 03:58:29.000000000 +0700 ++++ sbcl-2.0.3/make.sh 2020-04-04 19:56:16.510279232 +0700 +@@ -24,7 +24,7 @@ + # thing" when run on the target machine, with the minor caveat that + # any --xc-host parameter should be suitable for the host machine + # instead of the target. +-sh make-config.sh "$@" --check-host-lisp || exit $? ++sh -x make-config.sh "$@" --check-host-lisp || exit $? + + . output/prefix.def + . output/build-config +@@ -76,11 +76,11 @@ + $@ + fi + } +-maybetime sh make-host-1.sh +-maybetime sh make-target-1.sh +-maybetime sh make-host-2.sh +-maybetime sh make-target-2.sh +-maybetime sh make-target-contrib.sh ++maybetime sh -x make-host-1.sh ++maybetime sh -x make-target-1.sh ++maybetime sh -x make-host-2.sh ++maybetime sh -x make-target-2.sh ++maybetime sh -x make-target-contrib.sh + + # contrib/Makefile shouldn't be counted in NCONTRIBS. + # "find contrib/* -name Makefile" would still find contrib/./Makefile. |