7fb16329b9
3.5/thunderbird 3 codebase. See for details: http://www.seamonkey-project.org/releases/seamonkey2.0.4/ Backing up your profile before upgrading is recommended.. Update also largely based on www/firefox35 port. Tested on i386/amd64/sparc64/powerpc by myself and on alpha by naddy@ ok naddy@
16 lines
703 B
Plaintext
16 lines
703 B
Plaintext
$OpenBSD: patch-mozilla_extensions_auth_nsAuthGSSAPI_cpp,v 1.1 2010/04/03 09:30:14 landry Exp $
|
|
--- mozilla/extensions/auth/nsAuthGSSAPI.cpp.orig Sat Feb 6 02:03:58 2010
|
|
+++ mozilla/extensions/auth/nsAuthGSSAPI.cpp Wed Feb 17 21:33:13 2010
|
|
@@ -159,9 +159,8 @@ gssInit()
|
|
};
|
|
|
|
const char *const verLibNames[] = {
|
|
- "libgssapi_krb5.so.2", /* MIT - FC, Suse10, Debian */
|
|
- "libgssapi.so.4", /* Heimdal - Suse10, MDK */
|
|
- "libgssapi.so.1" /* Heimdal - Suse9, CITI - FC, MDK, Suse10*/
|
|
+ "libgssapi_krb5.so",
|
|
+ "libgssapi.so"
|
|
};
|
|
|
|
for (size_t i = 0; i < NS_ARRAY_LENGTH(verLibNames) && !lib; ++i) {
|