diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-07-18 00:31:03 -0300 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-07-21 20:13:25 +0000 |
commit | b4da96464eb0fb31be260e00ef340c31806ad654 (patch) | |
tree | fc6d119b9d8cb8f9b28d75a9c8fdf0471fcb77cc /main/libpciaccess/fix-arm.patch | |
parent | 22a7b7c0576290ec4444886970e9ed6bcea3ecf7 (diff) | |
download | aports-b4da96464eb0fb31be260e00ef340c31806ad654.tar.gz aports-b4da96464eb0fb31be260e00ef340c31806ad654.tar.bz2 aports-b4da96464eb0fb31be260e00ef340c31806ad654.tar.xz |
main/libpciaccess: upgrade to 0.16
Closes GH-9525
Diffstat (limited to 'main/libpciaccess/fix-arm.patch')
-rw-r--r-- | main/libpciaccess/fix-arm.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/main/libpciaccess/fix-arm.patch b/main/libpciaccess/fix-arm.patch deleted file mode 100644 index 4a59ae906d..0000000000 --- a/main/libpciaccess/fix-arm.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 |