openbsd-ports/www/mozilla-firefox/patches/patch-xpcom_components_xcDll_cpp
kurt 8c158f4ad4 - don't unload dependent libs (avoid dlclose bug)
- fix alpha wantlib
- adjust depends for esound & ORBit

okay alek@
2005-04-01 16:44:52 +00:00

12 lines
333 B
Plaintext

$OpenBSD: patch-xpcom_components_xcDll_cpp,v 1.1 2005/04/01 16:44:52 kurt Exp $
--- xpcom/components/xcDll.cpp.orig Tue Mar 29 14:53:46 2005
+++ xpcom/components/xcDll.cpp Tue Mar 29 14:54:13 2005
@@ -66,7 +66,6 @@
#include "nsTraceRefcntImpl.h"
-#define UNLOAD_DEPENDENT_LIBS
#ifdef HPUX
#undef UNLOAD_DEPENDENT_LIBS
#endif