summaryrefslogtreecommitdiffstats
path: root/source/l/mozjs68/patches/icu_sources_data.py-Decouple-from-Mozilla-build-system.patch
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/l/mozjs68/patches/icu_sources_data.py-Decouple-from-Mozilla-build-system.patch (renamed from source/l/mozjs60/patches/icu_sources_data.py-Decouple-from-Mozilla-build-system.patch)10
1 files changed, 5 insertions, 5 deletions
diff --git a/source/l/mozjs60/patches/icu_sources_data.py-Decouple-from-Mozilla-build-system.patch b/source/l/mozjs68/patches/icu_sources_data.py-Decouple-from-Mozilla-build-system.patch
index 5c75a895d..a853a16d1 100644
--- a/source/l/mozjs60/patches/icu_sources_data.py-Decouple-from-Mozilla-build-system.patch
+++ b/source/l/mozjs68/patches/icu_sources_data.py-Decouple-from-Mozilla-build-system.patch
@@ -13,14 +13,14 @@ diff --git a/intl/icu_sources_data.py b/intl/icu_sources_data.py
index 98c0ccb..8cf9290 100644
--- a/intl/icu_sources_data.py
+++ b/intl/icu_sources_data.py
-@@ -19,7 +19,9 @@ import subprocess
+@@ -21,7 +21,9 @@
import sys
import tempfile
-
+
-from mozpack import path as mozpath
+# Close enough
+import os.path as mozpath
+mozpath.normsep = lambda p: p
-
-
- def find_source_file(dir, filename):
+
+ # The following files have been determined to be dead/unused by a
+ # semi-automated analysis. You can just remove any of the files below