diff options
author | gdt <gdt@pkgsrc.org> | 2015-07-06 20:29:45 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2015-07-06 20:29:45 +0000 |
commit | 33bf44e844bb7d2c11d35959d0132ce3fd5f9bf0 (patch) | |
tree | 981cde26a5c59c67a8d357e13e67edc2849804b7 /sysutils/libpciaccess | |
parent | 73a7863742ef2a56d706b0656aaa9e0f463ec8c2 (diff) | |
download | pkgsrc-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/libpciaccess')
-rw-r--r-- | sysutils/libpciaccess/Makefile | 6 |
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" |