freebsd-ports/devel/libpci/files/patch-lib::Makefile
Sylvio Cesar Teixeira 52b9d0798e - Update to 3.1.7
Approved by:	miwi (mentor) via irc.
2010-03-11 01:03:12 +00:00

10 lines
294 B
Text

--- lib/Makefile.orig 2009-07-04 13:11:04.000000000 -0300
+++ lib/Makefile 2010-03-08 19:39:24.000000000 -0300
@@ -49,6 +49,7 @@
rm -f $@
$(AR) rcs $@ $^
$(RANLIB) $@
+ $(CC) $(CFLAGS) -shared $^ -o libpci.so
else
CFLAGS += -fPIC -fvisibility=hidden
$(PCILIB): $(addsuffix .o,$(OBJS))