libpciaccess: update to 0.13.4.
This commit is contained in:
parent
b17bd46610
commit
63e87d4ea9
2 changed files with 3 additions and 24 deletions
|
@ -1,21 +0,0 @@
|
||||||
--- src/linux_sysfs.c
|
|
||||||
+++ src/linux_sysfs.c
|
|
||||||
@@ -44,6 +44,7 @@
|
|
||||||
#include <sys/mman.h>
|
|
||||||
#include <dirent.h>
|
|
||||||
#include <errno.h>
|
|
||||||
+#include <limits.h>
|
|
||||||
|
|
||||||
#if defined(__i386__) || defined(__x86_64__) || defined(__arm__)
|
|
||||||
#include <sys/io.h>
|
|
||||||
--- src/pciaccess_private.h
|
|
||||||
+++ src/pciaccess_private.h
|
|
||||||
@@ -42,7 +42,7 @@
|
|
||||||
* know of any OS we support where this isn't available in a sufficiently
|
|
||||||
* new version, so warn unconditionally.
|
|
||||||
*/
|
|
||||||
-#include <sys/fcntl.h>
|
|
||||||
+#include <fcntl.h>
|
|
||||||
|
|
||||||
#ifndef O_CLOEXEC
|
|
||||||
#warning O_CLOEXEC not available, please upgrade.
|
|
|
@ -1,14 +1,14 @@
|
||||||
# Template build file for 'libpciaccess'.
|
# Template build file for 'libpciaccess'.
|
||||||
pkgname=libpciaccess
|
pkgname=libpciaccess
|
||||||
version=0.13.3
|
version=0.13.4
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="X11 PCI Access library"
|
short_desc="X11 PCI Access library"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://xorg.freedesktop.org/"
|
homepage="http://xorg.freedesktop.org/"
|
||||||
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
||||||
checksum=6cd76ccae4e06eee47d3ead84a118740e9406e2a9b7adc9b08e92c69ce89c2e3
|
checksum=07f864654561e4ac8629a0ef9c8f07fbc1f8592d1b6c418431593e9ba2cf2fcf
|
||||||
|
|
||||||
libpciaccess-devel_package() {
|
libpciaccess-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue