summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-06-21 11:40:43 +0200
committerDavid Seifert <soap@gentoo.org>2022-06-21 11:40:43 +0200
commit5d34758ac0987fdaa7130983e8021f443162fe23 (patch)
tree6a662553f4807f4e0c96caf988e7c78b2350e843 /sys-apps/pciutils/files
parentsys-apps/miscfiles: drop 1.5-r3 (diff)
downloadgentoo-5d34758ac0987fdaa7130983e8021f443162fe23.tar.gz
gentoo-5d34758ac0987fdaa7130983e8021f443162fe23.tar.bz2
gentoo-5d34758ac0987fdaa7130983e8021f443162fe23.zip
sys-apps/pciutils: drop 3.7.0-r2
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-apps/pciutils/files')
-rw-r--r--sys-apps/pciutils/files/pciutils-3.1.9-static-pc.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/sys-apps/pciutils/files/pciutils-3.1.9-static-pc.patch b/sys-apps/pciutils/files/pciutils-3.1.9-static-pc.patch
deleted file mode 100644
index 9e63b7ecd661..000000000000
--- a/sys-apps/pciutils/files/pciutils-3.1.9-static-pc.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-make sure all lib entries get into libs.private in the .pc file
-
---- a/lib/Makefile
-+++ b/lib/Makefile
-@@ -61,7 +61,7 @@ $(PCILIBPC): libpci.pc.in
- -e 's,@LIBDIR@,$(LIBDIR),' \
- -e 's,@IDSDIR@,$(IDSDIR),' \
- -e 's,@VERSION@,$(VERSION),' \
-- -e 's,@LDLIBS@,$(LDLIBS),'
-+ -e 's,@LDLIBS@,$(LDLIBS) $(LIB_LDLIBS),'
-
- init.o: init.c $(INCL)
- access.o: access.c $(INCL)