freebsd-ports/mail/freepops/files/patch-modules_src_Makefile.template
Simon Barner 576e311b1e - Update to 0.0.31
PR:		ports/82927
Submitted by:	Filippo Natali <filippo.natali@gmail.com> (maintainer)
2005-07-24 21:54:04 +00:00

11 lines
320 B
Text

--- modules/src/Makefile.template.orig Sun Jul 24 23:43:25 2005
+++ modules/src/Makefile.template Sun Jul 24 23:43:47 2005
@@ -77,7 +77,7 @@
.%.d:%.c
$(H)echo " building dep for $<"
- $(H)$(CC) -I. -I$(PREFIX)/include -MM $< > $@;
+ $(H)$(CC) ${CFLAGS} -MM $< > $@;
.%.d:%.pkg
$(H)echo " building dep for $<"