summaryrefslogtreecommitdiff
path: root/www/firefox-esr/files/patch-config_mkdepend_Makefile.in
diff options
context:
space:
mode:
authorFlorian Smeets <flo@FreeBSD.org>2011-12-22 09:50:00 +0000
committerFlorian Smeets <flo@FreeBSD.org>2011-12-22 09:50:00 +0000
commitab29403fcd0b38c36935ac83219a11edd0c2e91c (patch)
tree008e4ea30fa81029a9cee19872a35b29f92c00cf /www/firefox-esr/files/patch-config_mkdepend_Makefile.in
parentRemove avr-gcc-42 port. The regular avr-gcc is now at 4.5.1, so (diff)
fix the WITH_PGO case.
patches applied to mozilla-release/config need to also be applied to mozilla-release/js/src/config and vice versa, otherwise the build will fail with a message like TEST-UNEXPECTED-FAIL | check-sync-dirs.py | build file copies are not in sync Reported by: Andrei <az@azsupport.com>, Piotr Kubaj <pkubaj@gmail.com> Tested by: Andrei <az@azsupport.com>, Piotr Kubaj <pkubaj@gmail.com>
Diffstat (limited to 'www/firefox-esr/files/patch-config_mkdepend_Makefile.in')
-rw-r--r--www/firefox-esr/files/patch-config_mkdepend_Makefile.in10
1 files changed, 6 insertions, 4 deletions
diff --git a/www/firefox-esr/files/patch-config_mkdepend_Makefile.in b/www/firefox-esr/files/patch-config_mkdepend_Makefile.in
index 5f341b26d09c..65687c7c5feb 100644
--- a/www/firefox-esr/files/patch-config_mkdepend_Makefile.in
+++ b/www/firefox-esr/files/patch-config_mkdepend_Makefile.in
@@ -1,9 +1,11 @@
---- config/mkdepend/Makefile.in.orig 2009-04-28 08:07:48.532396203 +0000
-+++ config/mkdepend/Makefile.in 2009-04-28 08:08:07.342398592 +0000
-@@ -73,6 +73,7 @@
+--- config/mkdepend/Makefile.in.orig 2011-12-16 21:29:22.000000000 +0100
++++ config/mkdepend/Makefile.in 2011-12-21 23:02:17.000000000 +0100
+@@ -71,7 +71,8 @@
+
include $(topsrcdir)/config/rules.mk
- HOST_CFLAGS += -DINCLUDEDIR=\"/usr/include\" -DOBJSUFFIX=\".$(OBJ_SUFFIX)\"
+-HOST_CFLAGS += -DINCLUDEDIR=\"/usr/include\" -DOBJSUFFIX=\".$(OBJ_SUFFIX)\"
++HOST_CFLAGS += -DINCLUDEDIR=\"%%LOCALBASE%%/include\" -DOBJSUFFIX=\".$(OBJ_SUFFIX)\" -I%%LOCALBASE%%/include
+HOST_CFLAGS += $(XCFLAGS)
ifdef GNU_CC