$NetBSD: patch-ab,v 1.7 2022/12/31 22:21:04 msaitoh Exp $

lspci on Linux is unprivileged and wants to go in bin, not sbin.
But that breaks our PLIST so let's not bother with that.

--- lib/configure.orig	2022-11-18 22:15:08.000000000 +0900
+++ lib/configure	2022-11-24 18:48:25.439715651 +0900
@@ -82,7 +82,6 @@ case $sys in
 						;;
 		esac
 		echo >>$c '#define PCI_HAVE_64BIT_ADDRESS'
-		LSPCIDIR=BINDIR
 		;;
 	sunos)
 		case $cpu in
@@ -321,7 +320,7 @@ else
 		echo >>$m 'PCILIB_LDFLAGS+=-Wl,--exclude-all-symbols'
 	fi
 fi
-echo >>$m 'PCILIBPC=$(LIBNAME).pc'
+echo >>$m 'PCILIBPC=libpci.pc'
 
 if [ "$SHARED" != no ] && [ "$LIBEXT" = dll ]; then
 	echo >>$m 'PCIIMPLIB=$(PCILIB).a'
