4026e2478b
See http://www.seamonkey-project.org/releases/seamonkey2.2/ for details. - sync ipc patches from Firefox - remove a bunch of useless patches - install under lib/seamonkey-2.2 instead of using our homegrown install target. - install langpacks as plain xpi instead of unzipping them, greatly shrinking PLIST
16 lines
703 B
Plaintext
16 lines
703 B
Plaintext
$OpenBSD: patch-mozilla_extensions_auth_nsAuthGSSAPI_cpp,v 1.2 2011/07/24 07:31:57 landry Exp $
|
|
--- mozilla/extensions/auth/nsAuthGSSAPI.cpp.orig Wed Mar 17 18:05:38 2010
|
|
+++ mozilla/extensions/auth/nsAuthGSSAPI.cpp Tue Mar 30 21:28:29 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) {
|