mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-17 16:30:22 -04:00
13 lines
339 B
Plaintext
13 lines
339 B
Plaintext
$NetBSD: patch-ac,v 1.2 2012/04/22 16:00:38 wiz Exp $
|
|
|
|
--- lib/libpci.pc.in.orig 2011-10-02 09:52:11.000000000 +0000
|
|
+++ lib/libpci.pc.in
|
|
@@ -6,6 +6,6 @@ idsdir=@IDSDIR@
|
|
Name: libpci
|
|
Description: libpci
|
|
Version: @VERSION@
|
|
-Libs: -L${libdir} -lpci
|
|
+Libs: -L${libdir} -l@PCIUTILS_LIBNAME@
|
|
Libs.private: @LDLIBS@
|
|
Cflags: -I${includedir}
|