ports/net/opensips31/files/patch-Makefile.rules
Andriy 4e429139a0 net/opensips31: New port: Open SIP Server
Includes additional changes on top of submitters patch to improve port

PR:		253844
Approved by:	arrowd (mentor)
Differential Revision:	https://reviews.freebsd.org/D31765
2021-09-05 20:42:00 +02:00

11 lines
319 B
Text

--- Makefile.rules.orig 2020-07-22 09:42:09 UTC
+++ Makefile.rules
@@ -27,7 +27,7 @@ endif
$(Q)$(CC) $(CFLAGS) $(DEFS) -c $< -o $@
%.d: %.c $(ALLDEP)
- @set -e; $(MKDEP) $(DEFS) $< \
+ @set -e; $(MKDEP) $(CFLAGS) $(DEFS) $< \
| sed 's#\(\($*D)\)\?$(*F)\)\.o[ :]*#$*.o $@ : #g' > $@; \
[ -s $@ ] || rm -f $@