ports/devel/libpci/files/patch-lib::Makefile
Marius Strobl 6e31d07b8a Base on pcutils 2.2.8 so it gets the fixes and enhancements originally done
as local patches in pciutils-2.2.6 (see sysutils/pciutils/Makefile 1.10).

Approved by:	maintainer, miwi
2007-10-28 21:24:39 +00:00

10 lines
267 B
Text

--- lib/Makefile.orig Thu Dec 26 22:28:33 2002
+++ lib/Makefile Sat Jun 28 05:39:36 2003
@@ -56,6 +56,7 @@
rm -f $@
$(AR) rcs $@ $^
$(RANLIB) $@
+ $(CC) $(CFLAGS) -shared $@ -o libpci.so
$(PCILIBPC): $(PCILIBPC).in
sed <$< >$@ -e 's,@PREFIX@,$(PREFIX),' \