diff options
author | Chema Alonso Josa <nimiux@gentoo.org> | 2018-05-28 17:35:18 +0200 |
---|---|---|
committer | Chema Alonso Josa <nimiux@gentoo.org> | 2018-05-28 17:35:18 +0200 |
commit | 12b1127a7b0490e5df46f39f6020a336bdc84a63 (patch) | |
tree | 6c04ae58a84de48616ce1908a307672850e4f229 /dev-lisp/cmucl/files/21a-build.patch | |
parent | app-eselect/eselect-blas: Declare WORKDIR (diff) | |
download | gentoo-12b1127a7b0490e5df46f39f6020a336bdc84a63.tar.gz gentoo-12b1127a7b0490e5df46f39f6020a336bdc84a63.tar.bz2 gentoo-12b1127a7b0490e5df46f39f6020a336bdc84a63.zip |
dev-lisp/cmucl: Drop old versions
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-lisp/cmucl/files/21a-build.patch')
-rw-r--r-- | dev-lisp/cmucl/files/21a-build.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-lisp/cmucl/files/21a-build.patch b/dev-lisp/cmucl/files/21a-build.patch deleted file mode 100644 index 464234109b32..000000000000 --- a/dev-lisp/cmucl/files/21a-build.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff -r -U2 21a.orig/bin/build.sh 21a/bin/build.sh ---- 21a.orig/bin/build.sh 2015-05-19 07:42:40.000000000 +0600 -+++ 21a/bin/build.sh 2016-04-03 20:54:08.597016537 +0600 -@@ -40,5 +40,5 @@ - ENABLE4="yes" - --version=20f -+version=21a - SRCDIR=src - BINDIR=bin -@@ -145,10 +145,9 @@ - $TOOLDIR/load-world.sh $TARGET "$VERSION" || { echo "Failed: $TOOLDIR/load-world.sh"; exit 1; } - -- $TARGET/lisp/lisp -batch -noinit -nositeinit $FPU_MODE < /dev/null || { echo "Failed: $TARGET/lisp/lisp -batch -noinit $FPU_MODE"; exit 1; } -+ $TARGET/lisp/lisp -batch -noinit -nositeinit < /dev/null || { echo "Failed: $TARGET/lisp/lisp -batch -noinit"; exit 1; } - return 0; - fi - } - --FPU_MODE= - BUILDWORLD="$TOOLDIR/build-world.sh" - BUILD_POT="yes" |