diff --git a/srcpkgs/asio/patches/musl_strerror_r.patch b/srcpkgs/asio/patches/musl_strerror_r.patch deleted file mode 100644 index b5fb0f306a..0000000000 --- a/srcpkgs/asio/patches/musl_strerror_r.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- include/asio/impl/error_code.ipp 2015-03-23 21:28:30.000000000 +0100 -+++ include/asio/impl/error_code.ipp 2015-07-12 14:49:24.720507062 +0200 -@@ -100,7 +100,7 @@ - #elif defined(__MACH__) && defined(__APPLE__) \ - || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__) \ - || defined(_AIX) || defined(__hpux) || defined(__osf__) \ -- || defined(__ANDROID__) -+ || defined(__ANDROID__) || defined(MUSL_LIBC) - char buf[256] = ""; - using namespace std; - strerror_r(value, buf, sizeof(buf)); diff --git a/srcpkgs/asio/template b/srcpkgs/asio/template index b23a0ca6e9..47f6ec709c 100644 --- a/srcpkgs/asio/template +++ b/srcpkgs/asio/template @@ -1,6 +1,6 @@ # Template file for 'asio' pkgname=asio -version=1.11.0 +version=1.12.0 revision=1 build_style=gnu-configure makedepends="boost-devel" @@ -10,7 +10,7 @@ maintainer="Juan RP " license="Boost" homepage="http://asio.sourceforge.net" distfiles="${SOURCEFORGE_SITE}/asio/asio-${version}.tar.bz2" -checksum=4f7e13260eea67412202638ec111cb5014f44bdebe96103279c60236874daa50 +checksum=2c350b9ad7e266ab47935200a09194cbdf6f7ce2e3cabeddae6c68360d39d3ad pre_configure() { case "$XBPS_TARGET_MACHINE" in