Browse Source

Windows bustage

Bill Gianopoulos 1 year ago
parent
commit
fd05e01a1a

+ 27 - 0
comm-central/patches/9999999-windows-suite-bustage.patch

@@ -0,0 +1,27 @@
+# HG changeset patch
+# User Bill Gianopoulos <wgianopoulos@gmail.com>
+# Date 1683925137 0
+Bug 9999999 - Remove refernce to PERL environment variable.
+
+diff --git a/suite/app/Makefile.in b/suite/app/Makefile.in
+--- a/suite/app/Makefile.in
++++ b/suite/app/Makefile.in
+@@ -40,17 +40,17 @@ include $(topsrcdir)/config/rules.mk
+ # channel-prefs.js is handled separate from other prefs due to bug 756325.
+ libs:: $(srcdir)/profile/channel-prefs.js
+ 	$(NSINSTALL) -D $(DIST)/bin/defaults/pref
+ 	$(call py_action,preprocessor,-Fsubstitution $(PREF_PPFLAGS) $(ACDEFINES) $^ -o $(DIST)/bin/defaults/pref/channel-prefs.js)
+ 
+ libs:: $(LICENSE_TXT_FILE)
+ ifeq ($(OS_ARCH),WINNT)
+ 	$(EXIT_ON_ERROR) \
+-	$(PERL) -pe 's/(?<!\r)\n/\r\n/g;' < $^ > $(DIST)/bin/license.txt
++	perl -pe 's/(?<!\r)\n/\r\n/g;' < $^ > $(DIST)/bin/license.txt
+ 
+ else
+ 	$(INSTALL) $(IFLAGS1) $^ $(DIST)/bin/
+ endif
+ 
+ ifneq ($(OS_ARCH),WINNT)
+ 
+ ifdef COMPILE_ENVIRONMENT

+ 1 - 0
comm-central/patches/series

@@ -1,3 +1,4 @@
+9999999-windows-suite-bustage.patch
 TOP-1642188-remove-nsDOMIEvent-cc.patch
 TOP-1642188-remove-nsDOMIEvent-cc.patch
 TOP-1611010-DOMEventListener-cc.patch
 TOP-1611010-DOMEventListener-cc.patch
 TOP-1614671-port1456035-4-and-5-61a1-cc.patch
 TOP-1614671-port1456035-4-and-5-61a1-cc.patch