aboutsummaryrefslogtreecommitdiffstats
path: root/testing/sbcl/musl-fixes.patch
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2016-08-10 20:48:04 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2016-08-11 11:59:23 +0200
commitfc0978e5f16baa26922724155284646279467322 (patch)
tree57be9932cf99c20ffc592c8245a95a0cc4db00e1 /testing/sbcl/musl-fixes.patch
parent139d3d7413dff29c72bb85e684661dc69b62bea2 (diff)
downloadaports-fc0978e5f16baa26922724155284646279467322.tar.bz2
aports-fc0978e5f16baa26922724155284646279467322.tar.xz
testing/sbcl: upgrade to 1.3.8
Diffstat (limited to 'testing/sbcl/musl-fixes.patch')
-rw-r--r--testing/sbcl/musl-fixes.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/sbcl/musl-fixes.patch b/testing/sbcl/musl-fixes.patch
index 7581d7826d..530467e102 100644
--- a/testing/sbcl/musl-fixes.patch
+++ b/testing/sbcl/musl-fixes.patch
@@ -21,3 +21,14 @@ 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>