parent
caed55142e
commit
713a9aeb71
2 changed files with 2 additions and 13 deletions
|
@ -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));
|
|
@ -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 <xtraeme@voidlinux.eu>"
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue