From 4ebabd4ff2aa66f8b732e97f51474160c680362b Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sat, 6 Aug 2016 15:34:54 +0200 Subject: [PATCH] libmill: update to 1.15. --- srcpkgs/libmill/patches/macro.patch | 19 ------------------- srcpkgs/libmill/template | 4 ++-- 2 files changed, 2 insertions(+), 21 deletions(-) delete mode 100644 srcpkgs/libmill/patches/macro.patch diff --git a/srcpkgs/libmill/patches/macro.patch b/srcpkgs/libmill/patches/macro.patch deleted file mode 100644 index 53efe1675c5..00000000000 --- a/srcpkgs/libmill/patches/macro.patch +++ /dev/null @@ -1,19 +0,0 @@ -commit e9f88d39dad81b3dd25314e34fa0063aef0be59b -Author: Duncaen -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 - diff --git a/srcpkgs/libmill/template b/srcpkgs/libmill/template index 0021b31d345..f94bd45b712 100644 --- a/srcpkgs/libmill/template +++ b/srcpkgs/libmill/template @@ -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 " 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=?/}"