openbsd-ports/www/seamonkey/patches/patch-xpcom_components_nsNativeComponentLoader_cpp
martynas dac852cf9d - make it check LOCALBASE/share/mozilla-dicts, the global dictionaries
location for all mozilla ports;
- regen patches (due to the current changes);
- bump pkgname;
discussed with naddy@, kurt@, ajacoutot@
ok naddy@
2007-04-06 14:39:33 +00:00

13 lines
611 B
Plaintext

$OpenBSD: patch-xpcom_components_nsNativeComponentLoader_cpp,v 1.2 2007/04/06 14:39:34 martynas Exp $
--- xpcom/components/nsNativeComponentLoader.cpp.orig Fri Dec 22 15:51:03 2006
+++ xpcom/components/nsNativeComponentLoader.cpp Fri Apr 6 17:27:27 2007
@@ -668,7 +668,7 @@ nsNativeComponentLoader::AutoRegisterComponent(PRInt32
".shlb", /* Mac ? */
".dso", /* Unix ? */
".dylib", /* Unix: Mach */
- ".so.1.0", /* Unix: BSD */
+ ".so._SO_VERSION_", /* Unix: BSD */
".sl", /* Unix: HP-UX */
#if defined(VMS)
".exe", /* Open VMS */