summaryrefslogtreecommitdiff
path: root/www/firefox-devel/files/patch-config_mkdepend_Makefile.in
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-11-05 06:54:48 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-11-05 06:54:48 +0000
commit2baa7640f44fe8d89a9ad6e64d5ba3b74669c658 (patch)
tree54f28b9dfc2bdb31427cdd5e14f71f5a5e0d06d1 /www/firefox-devel/files/patch-config_mkdepend_Makefile.in
parentAdd thunderbird-devel after a repocopy from ports/mail/thunderbird. (diff)
Add firefox-devel after a repocopy from ports/www/firefox. Firefox-devel
represents work in progress towards Firefox 1.5. See http://www.mozilla.org/products/firefox/releases/1.5.html for more details. Most of this work was done by ahze and mnag.
Diffstat (limited to 'www/firefox-devel/files/patch-config_mkdepend_Makefile.in')
-rw-r--r--www/firefox-devel/files/patch-config_mkdepend_Makefile.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/www/firefox-devel/files/patch-config_mkdepend_Makefile.in b/www/firefox-devel/files/patch-config_mkdepend_Makefile.in
new file mode 100644
index 000000000000..bace012a282e
--- /dev/null
+++ b/www/firefox-devel/files/patch-config_mkdepend_Makefile.in
@@ -0,0 +1,10 @@
+--- config/mkdepend/Makefile.in.orig Sun Dec 12 07:36:57 2004
++++ config/mkdepend/Makefile.in Sun Dec 12 07:37:55 2004
+@@ -57,6 +57,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)