aboutsummaryrefslogtreecommitdiffstats
path: root/testing/sbcl/musl-fixes.patch
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-07-11 20:21:21 +0200
committerJakub Jirutka <jakub@jirutka.cz>2018-07-12 12:59:30 +0200
commit671289c0477cf2484554a9d1d5f1898db57fbe73 (patch)
tree4efb5273f59515f9824d77fb1cb666e6e3246260 /testing/sbcl/musl-fixes.patch
parent07cd9f6674dbcf7dc9af4ded61196d47e68b8db2 (diff)
downloadaports-671289c0477cf2484554a9d1d5f1898db57fbe73.tar.bz2
aports-671289c0477cf2484554a9d1d5f1898db57fbe73.tar.xz
testing/sbcl: upgrade to 1.4.9
The first sed is ineffective now (i.e. does not change the file) and it seems that correct flags are used. Patch no-pie is not needed anymore, no-pie is already set in src/runtime/GNUMakefile.
Diffstat (limited to 'testing/sbcl/musl-fixes.patch')
-rw-r--r--testing/sbcl/musl-fixes.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/sbcl/musl-fixes.patch b/testing/sbcl/musl-fixes.patch
index 530467e102..7581d7826d 100644
--- a/testing/sbcl/musl-fixes.patch
+++ b/testing/sbcl/musl-fixes.patch
@@ -21,14 +21,3 @@ diff -upr sbcl-1.3.1.orig/src/runtime/linux-os.h sbcl-1.3.1/src/runtime/linux-os
typedef size_t os_vm_size_t;
typedef off_t os_vm_offset_t;
typedef int os_vm_prot_t;
-diff -upr sbcl-1.3.8.orig/src/runtime/wrap.c sbcl-1.3.8/src/runtime/wrap.c
---- sbcl-1.3.8.orig/src/runtime/wrap.c 2016-08-10 21:35:04.691583991 +0200
-+++ sbcl-1.3.8/src/runtime/wrap.c 2016-08-10 21:35:25.371508919 +0200
-@@ -35,6 +35,7 @@
- #include <errno.h>
- #include <limits.h>
- #include <fcntl.h>
-+#include <time.h>
-
- #ifndef LISP_FEATURE_WIN32
- #include <pwd.h>