diff --git a/srcpkgs/pciutils/patches/fix-headers.patch b/srcpkgs/pciutils/patches/fix-headers.patch deleted file mode 100644 index f0dca0d9aa1..00000000000 --- a/srcpkgs/pciutils/patches/fix-headers.patch +++ /dev/null @@ -1,27 +0,0 @@ ---- lib/i386-io-linux.h -+++ lib/i386-io-linux.h -@@ -6,11 +6,7 @@ - * Can be freely distributed and used under the terms of the GNU GPL. - */ - --#ifdef __GLIBC__ - #include --#else --#include --#endif - - static int - intel_setup_io(struct pci_access *a UNUSED) -Only in pciutils-3.2.0: lib/i386-ports.o -Only in pciutils-3.2.0: lib/libpci.a ---- lib/pread.h -+++ lib/pread.h -@@ -12,7 +12,7 @@ - * don't define it. - */ - --#if defined(__GLIBC__) && __GLIBC__ == 2 && __GLIBC_MINOR__ > 0 -+#if 1 || defined(__GLIBC__) && __GLIBC__ == 2 && __GLIBC_MINOR__ > 0 - /* glibc 2.1 or newer -> pread/pwrite supported automatically */ - - #elif defined(i386) && defined(__GLIBC__) diff --git a/srcpkgs/pciutils/template b/srcpkgs/pciutils/template index 5348989567e..45c6230502f 100644 --- a/srcpkgs/pciutils/template +++ b/srcpkgs/pciutils/template @@ -1,7 +1,7 @@ # Template file for 'pciutils' pkgname=pciutils -version=3.2.1 -revision=3 +version=3.3.0 +revision=1 hostmakedepends="pkg-config" makedepends="zlib-devel libkmod-devel" depends="hwids" @@ -10,7 +10,7 @@ maintainer="Juan RP " license="GPL-2" homepage="http://mj.ucw.cz/pciutils.html" distfiles="ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/${pkgname}-${version}.tar.gz" -checksum=b31131b721fa26378b4af61b1c49986ff40fe590bc210545b210b6b774337858 +checksum=4b576a1c2570046fda83fa2c5488661de698874ab04fd8e06eef4b6ab806d58a do_build() { make OPT="${CFLAGS} -fPIC -DPIC" SHARED=no AR=${AR} \