From 7b565ad0f76e2a36d20a346e4af20d3e78481306 Mon Sep 17 00:00:00 2001 From: mobinmob Date: Wed, 2 Oct 2019 13:59:02 +0300 Subject: [PATCH] nwipe: update to 0.26. --- srcpkgs/nwipe/template | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/srcpkgs/nwipe/template b/srcpkgs/nwipe/template index a0e783efda8..405d04fd5ec 100644 --- a/srcpkgs/nwipe/template +++ b/srcpkgs/nwipe/template @@ -1,7 +1,8 @@ # Template file for 'nwipe' pkgname=nwipe -version=0.25 +version=0.26 revision=1 + build_style=gnu-configure hostmakedepends="automake pkg-config" makedepends="libuuid-devel libparted-devel ncurses-devel" @@ -10,11 +11,15 @@ maintainer="Orphaned " license="GPL-2.0-only" homepage="https://github.com/martijnvanbrummelen/nwipe" distfiles="${homepage}/archive/v${version}.tar.gz" -checksum=27104ad5788ccee0f1238dba1e40f36bc454054d609ef037e6af156efeda0b67 +checksum=b8f37b4f1529931bdd5635d33baa35b7c08755e7ef5f0556b629c0360c85c920 + +# nwipe.c:29:10: fatal error: bits/pthreadtypes.h: No such file or directory +case "$XBPS_TARGET_MACHINE" in + *-musl) broken="nwipe broken on musl" +esac CFLAGS="-D_FILE_OFFSET_BITS=64" pre_configure() { - sed -i 's,off64_t,off_t,g' src/*.[ch] sh init.sh }