sbcl: update to 1.3.17.

This commit is contained in:
Leah Neukirchen 2017-04-30 17:49:16 +02:00
parent d03dc0ea86
commit 4fe12bd794
2 changed files with 5 additions and 4 deletions

View file

@ -63,10 +63,11 @@
#define QSHOW_BLOCK \
--- src/runtime/wrap.c 2016-11-30 08:07:36.000000000 +1100
+++ src/runtime/wrap.c 2016-12-23 22:02:15.792123225 +1100
@@ -35,6 +35,9 @@
@@ -35,7 +35,10 @@
#include <errno.h>
#include <limits.h>
#include <fcntl.h>
#include <math.h>
+#ifndef __GLIBC__
+#include <time.h>
+#endif

View file

@ -1,6 +1,6 @@
# Template file for 'sbcl'
pkgname=sbcl
version=1.3.16
version=1.3.17
revision=1
only_for_archs="x86_64 x86_64-musl armv7l aarch64"
hostmakedepends="iana-etc"
@ -11,7 +11,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="custom"
homepage="http://www.sbcl.org/"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-source.tar.bz2"
checksum=b7dd98017b70aec351ec4475c68438d52f3f6633269a4ae399216b632c9b8863
checksum=94b9f576328de3a5d9ced452fdaa4d2f55437af8838fbbfb4f226c86591a0daf
nocross=yes
nopie=yes
@ -19,7 +19,7 @@ _bootstrap_lisp="bash ../sbcl-*-linux/run-sbcl.sh --no-sysinit --no-userinit --d
case "$XBPS_TARGET_MACHINE" in
x86_64)
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-x86-64-linux-binary.tar.bz2"
checksum+=" 5ae49b7a6861781ef5f70eacfb4b423b79b5c7e7f8b1ddd6e40e7bcea96f026b"
checksum+=" d782a1b6f0666b26c9e7c2487bbb1c542c5c597627f1ead3d6692970df369987"
;;
i686)
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.2.7-x86-linux-binary.tar.bz2"