diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-12-13 06:10:46 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-12-13 06:10:46 +0000 |
commit | e179b2545ac0bce69d0ac40636f0893594f63fc6 (patch) | |
tree | 05032e9827aded4b24513cc19b7eb12b859d4f39 | |
parent | Fix 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.in | 10 |
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) |