82b3297457
- use official branding; - external nss; - don't force optimizations; - make it work with misc/mozilla-dicts; tested by many, including ajacoutot@, ian@, matthieu@, Mike Erdely, Niko Itajarvi, Simon Kuhnle input/ok kurt@, wilfried@
13 lines
611 B
Plaintext
13 lines
611 B
Plaintext
$OpenBSD: patch-xpcom_components_nsNativeComponentLoader_cpp,v 1.3 2007/04/30 22:40:31 martynas Exp $
|
|
--- xpcom/components/nsNativeComponentLoader.cpp.orig Tue Nov 14 23:09:15 2006
|
|
+++ xpcom/components/nsNativeComponentLoader.cpp Thu Apr 19 14:31:47 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 */
|