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 | 39276288a91434ad0889348dd2070d7bd6336396 (patch) | |
tree | 981cde26a5c59c67a8d357e13e67edc2849804b7 /sysutils | |
parent | 991ae148231d2c6d003bececce5df9cf2bcca1ef (diff) | |
download | pkgsrc-39276288a91434ad0889348dd2070d7bd6336396.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/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" |