1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-28 08:00:31 -04:00
ports/devel/ptlib/files/patch-Makefile.in
Mathieu Arnold a0bcd2cf68 Use USES=pathfix where applicable.
PR:		213195
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D8093
2016-10-21 15:21:13 +00:00

13 lines
528 B
Text

--- Makefile.in.orig 2013-02-20 03:12:27.000000000 +0100
+++ Makefile.in 2013-07-11 10:16:26.000000000 +0200
@@ -111,9 +111,7 @@
do mkdir -p $$dir ; chmod 755 $$dir ; \
done )
( for lib in $(PT_LIBDIR)/$(LIB_SONAME) \
- $(PT_LIBDIR)/$(DEBUG_SONAME) \
- $(PT_LIBDIR)/lib$(PTLIB_BASE)_s.a \
- $(PT_LIBDIR)/lib$(PTLIB_BASE)_d_s.a ; \
+ $(PT_LIBDIR)/$(DEBUG_SONAME) ; \
do \
( if test -e $$lib ; then \
$(INSTALL) -m 444 $$lib $(DESTDIR)$(LIBDIR); \