summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2015-07-06 20:29:45 +0000
committergdt <gdt@pkgsrc.org>2015-07-06 20:29:45 +0000
commit33bf44e844bb7d2c11d35959d0132ce3fd5f9bf0 (patch)
tree981cde26a5c59c67a8d357e13e67edc2849804b7 /sysutils
parent73a7863742ef2a56d706b0656aaa9e0f463ec8c2 (diff)
downloadpkgsrc-33bf44e844bb7d2c11d35959d0132ce3fd5f9bf0.tar.gz
Drop redundant -lpci in pkgsrc Makefile.
Long ago, this package needed -lpci added on NetBSD. Now, the configure script does this automatically. This commit should not change anything, so no PKGREVISION++. (I've been running with this diff for a long time, on an i386 machine.) Discussed with riastradh@ back in March.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/libpciaccess/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/sysutils/libpciaccess/Makefile b/sysutils/libpciaccess/Makefile
index 0f3b45b3dcf..e14d995260d 100644
--- a/sysutils/libpciaccess/Makefile
+++ b/sysutils/libpciaccess/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2015/05/01 08:38:42 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2015/07/06 20:29:45 gdt Exp $
DISTNAME= libpciaccess-0.13.4
CATEGORIES= sysutils x11
@@ -24,10 +24,6 @@ CONFIGURE_ARGS+= --with-zlib
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
-# Harmless on x86; needed by others because the libpciaccess configure
-# script doesn't know this.
-LIBS.NetBSD+= -lpci
-
PKGCONFIG_OVERRIDE+= pciaccess.pc.in
.include "../../devel/zlib/buildlink3.mk"