freebsd-ports/www/firefox15/files/patch-config_mkdepend_Makefile.in
Jeremy Messenger dfbd07b013 Make apply patches cleaner with PATCH_DEBUG=yes, no function change.
PR:		ports/110726
Submitted by:	Eric P. Scott <eps+pbug0703@ana.com>
2007-03-24 16:38:59 +00:00

10 lines
324 B
Text

--- config/mkdepend/Makefile.in.orig Sun Apr 18 07:17:26 2004
+++ config/mkdepend/Makefile.in
@@ -73,6 +73,7 @@
include $(topsrcdir)/config/rules.mk
HOST_CFLAGS += -DINCLUDEDIR=\"/usr/include\" -DOBJSUFFIX=\".$(OBJ_SUFFIX)\"
+HOST_CFLAGS += $(XCFLAGS)
ifdef GNU_CC
_GCCDIR = $(shell $(CC) -print-file-name=include)