mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libpciaccess: update to 0.16.
This commit is contained in:
parent
4677c114fe
commit
a7b9566290
2 changed files with 3 additions and 14 deletions
|
@ -1,11 +0,0 @@
|
||||||
--- src/linux_sysfs.c
|
|
||||||
+++ src/linux_sysfs.c
|
|
||||||
@@ -46,7 +46,7 @@
|
|
||||||
#include <errno.h>
|
|
||||||
#include <limits.h>
|
|
||||||
|
|
||||||
-#if defined(__i386__) || defined(__x86_64__) || defined(__arm__)
|
|
||||||
+#if defined(__i386__) || defined(__x86_64__)
|
|
||||||
#include <sys/io.h>
|
|
||||||
#else
|
|
||||||
#define inb(x) -1
|
|
|
@ -1,14 +1,14 @@
|
||||||
# Template build file for 'libpciaccess'.
|
# Template build file for 'libpciaccess'.
|
||||||
pkgname=libpciaccess
|
pkgname=libpciaccess
|
||||||
version=0.14
|
version=0.16
|
||||||
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.org>"
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
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=3df543e12afd41fea8eac817e48cbfde5aed8817b81670a4e9e493bb2f5bf2a4
|
checksum=214c9d0d884fdd7375ec8da8dcb91a8d3169f263294c9a90c575bf1938b9f489
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Add table
Reference in a new issue