summaryrefslogtreecommitdiff
path: root/www/firefox/files/patch-bug1320991
diff options
context:
space:
mode:
Diffstat (limited to 'www/firefox/files/patch-bug1320991')
-rw-r--r--www/firefox/files/patch-bug132099124
1 files changed, 24 insertions, 0 deletions
diff --git a/www/firefox/files/patch-bug1320991 b/www/firefox/files/patch-bug1320991
new file mode 100644
index 000000000000..cb93f8c0d451
--- /dev/null
+++ b/www/firefox/files/patch-bug1320991
@@ -0,0 +1,24 @@
+--- modules/libmar/tests/moz.build.orig 2016-10-31 20:15:26 UTC
++++ modules/libmar/tests/moz.build
+@@ -9,21 +9,6 @@ XPCSHELL_TESTS_MANIFESTS += ['unit/xpcsh
+ DEFINES['BIN_SUFFIX'] = CONFIG['BIN_SUFFIX']
+
+ if CONFIG['OS_TARGET'] != 'Android':
+- nss_files = ['nss3']
+- if not CONFIG['MOZ_FOLD_LIBS']:
+- nss_files.extend([
+- 'nssutil3',
+- 'plc4',
+- 'nspr4',
+- 'plds4',
+- ])
+- TEST_HARNESS_FILES.xpcshell.modules.libmar.tests.unit += sorted(
+- ['!/dist/bin/%s%s%s' % (
+- CONFIG['DLL_PREFIX'],
+- name,
+- CONFIG['DLL_SUFFIX'],
+- ) for name in nss_files]
+- )
+ TEST_HARNESS_FILES.xpcshell.modules.libmar.tests.unit += [
+ '!../tool/signmar%s' % CONFIG['BIN_SUFFIX'],
+ ]