summaryrefslogtreecommitdiff
path: root/www/firefox/patches/patch-toolkit_components_osfile_osfile__unix__allthreads.jsm
blob: 08fdde21a75b4e7bffe602005eb472e26856e91d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-toolkit_components_osfile_osfile__unix__allthreads.jsm,v 1.1 2013/09/19 12:37:50 ryoon Exp $

--- toolkit/components/osfile/osfile_unix_allthreads.jsm.orig	2013-09-10 03:43:54.000000000 +0000
+++ toolkit/components/osfile/osfile_unix_allthreads.jsm
@@ -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 {