aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2019-12-14 14:04:00 +0000
committerJan Beich <jbeich@FreeBSD.org>2019-12-14 14:04:00 +0000
commitf3c3ede1d862c63940817a614e8efd14847f9909 (patch)
tree70dc89425a2376904ca1b371f246fe0504a0ac8a
parentfb80103e0747198357aeacbfe66e6f2418d1eb39 (diff)
downloadports-f3c3ede1d862c63940817a614e8efd14847f9909.tar.gz
ports-f3c3ede1d862c63940817a614e8efd14847f9909.zip
MFH: r520117
www/firefox: remove unnecessary configure workaround See https://bugzilla.mozilla.org/show_bug.cgi?id=1593948 Approved by: ports-secteam blanket
Notes
Notes: svn path=/branches/2019Q4/; revision=520118
-rw-r--r--www/firefox/files/patch-Makefile.in22
1 files changed, 0 insertions, 22 deletions
diff --git a/www/firefox/files/patch-Makefile.in b/www/firefox/files/patch-Makefile.in
deleted file mode 100644
index b08fd81bda04..000000000000
--- a/www/firefox/files/patch-Makefile.in
+++ /dev/null
@@ -1,22 +0,0 @@
-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) \