freebsd-ports/www/firefox/files/patch-toolkit-components-osfile-osfile_unix_allthreads.jsm
Florian Smeets 03539bd656 - fix build with lang/gcc46 and lang/gcc47 [1]
- fix segfaults [2]

PR:		ports/178765 [2]
Submitted by:	Jan Beich <jbeich@tormail.org> [1], dim [2]
2013-06-03 22:45:05 +00:00

11 lines
515 B
JavaScript

--- 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 {