libmill: update to 1.15.

This commit is contained in:
Duncaen 2016-08-06 15:34:54 +02:00
parent a874f0331f
commit 4ebabd4ff2
2 changed files with 2 additions and 21 deletions

View file

@ -1,19 +0,0 @@
commit e9f88d39dad81b3dd25314e34fa0063aef0be59b
Author: Duncaen <mail@duncano.de>
Date: Thu Aug 4 15:50:07 2016 +0200
Fix mill_longjmp_ macro for other architectures than x86_64
diff --git libmill.h libmill.h
index b6d7f61..083985d 100644
--- libmill.h
+++ libmill.h
@@ -191,7 +191,7 @@ MILL_EXPORT void mill_setcls_(
#else
#define mill_setjmp_(ctx) \
sigsetjmp(*ctx, 0)
-#define mill_longjmp_(ctx, 1) \
+#define mill_longjmp_(ctx) \
siglongjmp(*ctx, 1)
#endif

View file

@ -1,6 +1,6 @@
# Template file for 'libmill'
pkgname=libmill
version=1.14
version=1.15
revision=1
build_style=gnu-configure
hostmakedepends="automake libtool"
@ -9,7 +9,7 @@ maintainer="Duncaen <duncaen@voidlinux.eu>"
license="MIT"
homepage="http://libmill.org/"
distfiles="https://github.com/sustrik/libmill/archive/${version}.tar.gz"
checksum=d5f03137d5ff644281ae2c3d1d928097a0dd2b711c2d70a055f562a8b4e640b8
checksum=eb21060a82b517a671c8ea3afa8ccef932ec4ee40734fe4ba3421ab61c8851c4
pre_configure() {
export CFLAGS="${CFLAGS/-D_FORTIFY_SOURCE=?/}"