summaryrefslogtreecommitdiff
path: root/libre-testing/icecat/rhbz-966424.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-07-31 22:09:27 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-07-31 22:13:42 -0300
commit66fd8c12719b4f1a4707829e529aaf6e7b84f8da (patch)
treec5676aa74d87cbceb69694cb571483faa29be1e7 /libre-testing/icecat/rhbz-966424.patch
parentdf3eaf344e3cb2063292cc0902b7817632eac10a (diff)
icecat-31.8.0_gnu1-4: move revision to [libre], build icecat with system libraries except cairo and libvpx, it's based on AUR version
Diffstat (limited to 'libre-testing/icecat/rhbz-966424.patch')
-rw-r--r--libre-testing/icecat/rhbz-966424.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/libre-testing/icecat/rhbz-966424.patch b/libre-testing/icecat/rhbz-966424.patch
deleted file mode 100644
index 9a1c9e2b4..000000000
--- a/libre-testing/icecat/rhbz-966424.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -Nur mozilla-release.orig/toolkit/modules/CertUtils.jsm mozilla-release/toolkit/modules/CertUtils.jsm
---- mozilla-release.orig/toolkit/modules/CertUtils.jsm 2014-10-11 07:06:48.000000000 -0200
-+++ mozilla-release/toolkit/modules/CertUtils.jsm 2014-10-16 03:44:30.226448002 -0200
-@@ -174,7 +174,9 @@
- }
-
- function isBuiltinToken(tokenName) {
-- return tokenName == "Builtin Object Token";
-+ return tokenName == "Builtin Object Token" ||
-+ tokenName == "Default Trust" ||
-+ tokenName == "System Trust";
- }
-
- /**