743cf74373
- fix CUPS printing: fix partial so version and don't dlclose lib. - remove partial so version on freetype & esd - move INSTALL/DEINSTALL code to PLIST - Add MESSAGE regarding profiles okay wilfried@
13 lines
593 B
Plaintext
13 lines
593 B
Plaintext
$OpenBSD: patch-xpcom_components_nsNativeComponentLoader_cpp,v 1.1 2005/04/11 15:03:18 kurt Exp $
|
|
--- xpcom/components/nsNativeComponentLoader.cpp.orig Wed Apr 6 22:28:35 2005
|
|
+++ xpcom/components/nsNativeComponentLoader.cpp Wed Apr 6 22:29:01 2005
|
|
@@ -656,7 +656,7 @@ nsNativeComponentLoader::AutoRegisterCom
|
|
".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 */
|