Skip to content
Snippets Groups Projects
Commit b4da9646 authored by Leo's avatar Leo Committed by Kevin Daudt
Browse files

main/libpciaccess: upgrade to 0.16

Closes GH-9525
parent 22a7b7c0
No related merge requests found
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libpciaccess
pkgver=0.15
pkgver=0.16
pkgrel=0
pkgdesc="X11 PCI access library"
url="http://xorg.freedesktop.org/"
......@@ -10,7 +10,6 @@ options="!check" # No test suite.
makedepends="util-macros"
subpackages="$pkgname-static $pkgname-dev $pkgname-doc"
source="https://www.x.org/releases/individual/lib/$pkgname-$pkgver.tar.bz2
fix-arm.patch
limits_h.patch"
build() {
......@@ -28,6 +27,5 @@ package() {
install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
}
sha512sums="c34abc438c549db22d27d71d63e13f93cb547eaea238ff2d193627b83a5877e2b34f6fcf4cdaf9b4f0c6b78206447fd9a578454783cfb4e9010e8de20de1364e libpciaccess-0.15.tar.bz2
a6c95f42c926ffcd62014cf619c6aacf8db3b1862fa87c8eae9c3e64f31fcaddb682d34c767756bede5d2949a7285a415ca1d14249713bc12514c8e40f9d989f fix-arm.patch
sha512sums="2f250048a270dfc0823d4bdd613aa272c58a80eaafd922850f56c4b6f7a45a263ed4cf521b52b49f04484ea44ebefb7407d079aa058318a5751ffb181e38fed1 libpciaccess-0.16.tar.bz2
331a498059d8b2bfd0a7da0ced3616266ebc129b785090ef1dc19cd645b013428c60d5678fc080bd15ecaf7598ec8b1084509d6bea5d563101169a449b6fe75b limits_h.patch"
--- libpciaccess-0.13.2.orig/src/linux_sysfs.c
+++ libpciaccess-0.13.2/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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment