summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-12-13 06:10:46 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-12-13 06:10:46 +0000
commite179b2545ac0bce69d0ac40636f0893594f63fc6 (patch)
tree05032e9827aded4b24513cc19b7eb12b859d4f39
parentFix build with upcoming X.Org 6.8.1. (diff)
Fix build with the upcoming X.Org 6.8.1.
Submitted by: lesi
Notes
Notes: svn path=/head/; revision=123890
-rw-r--r--www/mozilla/files/patch-config::mkdepend::Makefile.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/www/mozilla/files/patch-config::mkdepend::Makefile.in b/www/mozilla/files/patch-config::mkdepend::Makefile.in
new file mode 100644
index 000000000000..bace012a282e
--- /dev/null
+++ b/www/mozilla/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)