diff --git a/srcpkgs/pixz/patches/endian.patch b/srcpkgs/pixz/patches/endian.patch deleted file mode 100644 index a4805a2b5d..0000000000 --- a/srcpkgs/pixz/patches/endian.patch +++ /dev/null @@ -1,18 +0,0 @@ -commit 3315d1f6cae5a3d7f24e16798587999a5804fad6 -Author: q66 -Date: Wed Jan 8 13:19:14 2020 +0100 - - Add missing include to fix build on musl/BE - -diff --git src/endian.c src/endian.c -index b7724f3..09b2315 100644 ---- src/endian.c -+++ src/endian.c -@@ -15,6 +15,7 @@ void xle64enc(uint8_t *d, uint64_t n) { - #include - #ifdef __linux__ - #include -+ #include - #else - #include - #endif diff --git a/srcpkgs/pixz/template b/srcpkgs/pixz/template index 7bfa2b0a74..ddf0a2a8f9 100644 --- a/srcpkgs/pixz/template +++ b/srcpkgs/pixz/template @@ -1,19 +1,18 @@ # Template file for 'pixz' pkgname=pixz -version=1.0.6 -revision=2 +version=1.0.7 +revision=1 build_style=gnu-configure configure_args="ac_cv_file_src_pixz_1=no" hostmakedepends="automake libtool pkg-config asciidoc" makedepends="liblzma-devel libarchive-devel" +checkdepends="xz" short_desc="A parallel, indexing version of XZ" -maintainer="Orphaned " +maintainer="Leah Neukirchen " license="BSD-2-Clause" homepage="https://github.com/vasi/pixz" distfiles="https://github.com/vasi/pixz/archive/v$version.tar.gz" -checksum=ebde85148e927ed96abaeb9ab2166435c78d31e7c6b2847e8c8d6249b17f1b60 - -CFLAGS="-fcommon" +checksum=e29fba74ae399e5d27c21a6009002705ebcc20947b283ed0aa721df6a409680a pre_configure() { NOCONFIGURE=1 ./autogen.sh