summaryrefslogtreecommitdiff
path: root/sysutils/libpciaccess/patches/patch-configure
diff options
context:
space:
mode:
authorwiz <wiz>2017-04-07 08:53:28 +0000
committerwiz <wiz>2017-04-07 08:53:28 +0000
commit5e0473bb0f8bf83a2bcaa6e862f7631d5c2c95e6 (patch)
tree914159627d49db75e51e52922e262a348d07d5a9 /sysutils/libpciaccess/patches/patch-configure
parentcbfd6856a322925fb70b571cab892f22b75dd178 (diff)
downloadpkgsrc-5e0473bb0f8bf83a2bcaa6e862f7631d5c2c95e6.tar.gz
This release includes musl build fixes, improvements to the Solaris backend
and allows parsing separate sysfs files rather than reading the config file on newer kernels. Adam Jackson (1): chmod a-x README.cygwin Chuck Tuffli (1): libpciaccess: Fix incorrect format specification Emil Velikov (7): autogen.sh: pass --force to autoreconf, quote string variables linux sysfs: retrieve vendor, device... info via separate sysfs files autogen.sh: use quoted string variables Revert "linux_sysfs: include <limits.h> for PATH_MAX" configure.ac: remove AC_CONFIG_SRCDIR macro configure.ac: set AC_CONFIG_AUX_DIR libpciaccess 0.13.5 Felix Janda (2): linux_sysfs.c: Include <limits.h> for PATH_MAX linux_sysfs: include <limits.h> for PATH_MAX Henry Zhao (2): probe should not hold pci nexus drivers open use cached devinfo snapshots, remove unnecessary di_init() Julien Cristau (1): Include config.h before anything else in *.c Keith Busch (1): Ignore 32-bit domains Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish Thomas Klausner (1): Fix quoting issue. arsharma (2): vgaarb: add a the trailing NULL character on read(vgaarb_fd) device-name: handle calloc failure in insert()
Diffstat (limited to 'sysutils/libpciaccess/patches/patch-configure')
-rw-r--r--sysutils/libpciaccess/patches/patch-configure15
1 files changed, 0 insertions, 15 deletions
diff --git a/sysutils/libpciaccess/patches/patch-configure b/sysutils/libpciaccess/patches/patch-configure
deleted file mode 100644
index 324afe01196..00000000000
--- a/sysutils/libpciaccess/patches/patch-configure
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-configure,v 1.7 2015/05/01 08:58:39 wiz Exp $
-
-Fix pattern.
-
---- configure.orig 2015-05-01 04:44:56.000000000 +0000
-+++ configure
-@@ -18083,7 +18083,7 @@ case $host_os in
- ;;
- *netbsd*)
- case $host in
-- *i3-986*)
-+ *i[3-9]86*)
- PCIACCESS_LIBS="$PCIACCESS_LIBS -li386"
- ;;
- *x86_64*|*amd64*)