summaryrefslogtreecommitdiff
path: root/www/firefox/files/patch-Makefile.in
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2019-11-26 01:01:18 +0000
committerJan Beich <jbeich@FreeBSD.org>2019-11-26 01:01:18 +0000
commit21aaaafc33c6c056c7b06c4a5aaf151826ad7f61 (patch)
tree47b7dae18f5beb63cc82c218049dcbfb6154e9d9 /www/firefox/files/patch-Makefile.in
parentlang/rust-nightly: update to 1.41.0.20191126 (diff)
www/firefox: update to 71.0
Changes: https://www.mozilla.org/firefox/71.0/releasenotes/ PR: 241840 Security: 13b6433c-7aaf-477b-b96b-164924a005bb MFH: 2019Q4 Differential Revision: https://reviews.freebsd.org/D22296
Notes
Notes: svn path=/head/; revision=518439
Diffstat (limited to 'www/firefox/files/patch-Makefile.in')
-rw-r--r--www/firefox/files/patch-Makefile.in22
1 files changed, 22 insertions, 0 deletions
diff --git a/www/firefox/files/patch-Makefile.in b/www/firefox/files/patch-Makefile.in
new file mode 100644
index 000000000000..b08fd81bda04
--- /dev/null
+++ b/www/firefox/files/patch-Makefile.in
@@ -0,0 +1,22 @@
+Don't force mach after https://bugzilla.mozilla.org/show_bug.cgi?id=1496746
+
+diff --git Makefile.in Makefile.in
+index 407e373573fb..16b8bb162d39 100644
+--- Makefile.in
++++ Makefile.in
+@@ -55,15 +55,8 @@ $(RUNNABLE_TIERS) binaries:: CLOBBER $(BUILD_BACKEND_FILES)
+ endif
+ endif
+
+-ifdef JS_STANDALONE
+ .PHONY: CLOBBER
+ CLOBBER:
+-else
+-CLOBBER: $(topsrcdir)/CLOBBER
+- @echo 'STOP! The CLOBBER file has changed.'
+- @echo 'Please run the build through "mach build".'
+- @exit 1
+-endif
+
+ install_manifests := \
+ $(addprefix dist/,branding include public private xpi-stage) \