Files
MINGW-packages/mingw-w64-firefox/0002-Allow-MSYS2-make.patch
2015-07-15 23:47:15 +01:00

14 lines
582 B
Diff

diff -urN a/config/baseconfig.mk b/config/baseconfig.mk
--- a/config/baseconfig.mk 2015-07-13 22:05:44.022749700 +0100
+++ b/config/baseconfig.mk 2015-07-13 22:16:09.001405100 +0100
@@ -31,9 +31,6 @@
$(error Pymake is no longer supported. Please upgrade to MozillaBuild 1.9 or newer and build with 'mach' or 'mozmake')
endif
-ifeq (a,$(firstword a$(subst /, ,$(abspath .))))
-$(error MSYS make is not supported)
-endif
# 4.0- happens to be greater than 4.0, lower than the mozmake version,
# and lower than 4.0.1 or 4.1, whatever next version of gnu make will
# be released.