aboutsummaryrefslogtreecommitdiff
path: root/www/libxul/files/patch-bug878791
diff options
context:
space:
mode:
Diffstat (limited to 'www/libxul/files/patch-bug878791')
-rw-r--r--www/libxul/files/patch-bug87879111
1 files changed, 11 insertions, 0 deletions
diff --git a/www/libxul/files/patch-bug878791 b/www/libxul/files/patch-bug878791
new file mode 100644
index 000000000000..d8a3612e1702
--- /dev/null
+++ b/www/libxul/files/patch-bug878791
@@ -0,0 +1,11 @@
+--- toolkit/components/osfile/osfile_unix_allthreads.jsm.orig 2013-05-11 21:19:53.000000000 +0200
++++ toolkit/components/osfile/osfile_unix_allthreads.jsm 2013-06-02 17:15:05.000000000 +0200
+@@ -40,7 +40,7 @@ if (typeof Components != "undefined") {
+ // 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 {