mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 07:30:32 -04:00
- update firefox-esr, thunderbird and libxul to 17.0.8 - update seamonkey to 2.20 - fix plist for *-i18n Security: 0998e79d-0055-11e3-905b-0025905a4771 In collaboration with: Jan Beich <jbeich@tormail.org>
11 lines
515 B
Text
11 lines
515 B
Text
--- 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 {
|