diff options
Diffstat (limited to 'www/firefox/files/patch-bug878791')
-rw-r--r-- | www/firefox/files/patch-bug878791 | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/firefox/files/patch-bug878791 b/www/firefox/files/patch-bug878791 deleted file mode 100644 index abcf45d39b9c..000000000000 --- a/www/firefox/files/patch-bug878791 +++ /dev/null @@ -1,11 +0,0 @@ ---- toolkit/components/osfile/modules/osfile_unix_allthreads.jsm.orig 2013-05-11 21:19:53.000000000 +0200 -+++ toolkit/components/osfile/modules/osfile_unix_allthreads.jsm 2013-06-02 17:15:05.000000000 +0200 -@@ -41,7 +41,7 @@ let Const = SharedAll.Constants.libc; - // Open libc - let libc; - let libc_candidates = [ "libSystem.B.dylib", -- "libc.so.6", -+ "libc.so.7", - "libc.so" ]; - for (let i = 0; i < libc_candidates.length; ++i) { - try { |