2013-09-26 17:14:40 +02:00

18 lines
615 B
Plaintext

$NetBSD: patch-af,v 1.2 2009/05/19 23:52:45 wiz Exp $
http://bugzilla.gnome.org/show_bug.cgi?id=583270
--- browser-plugin/totemPluginGlue.cpp.orig 2008-12-17 18:20:22.000000000 -0500
+++ browser-plugin/totemPluginGlue.cpp 2008-12-17 18:20:38.000000000 -0500
@@ -430,6 +430,10 @@ NP_Initialize (NPNetscapeFuncs *aMozilla
if (err != NPERR_NO_ERROR || toolkit != NPNVGtk2)
return NPERR_INCOMPATIBLE_VERSION_ERROR;
#endif
+
+#ifndef RTLD_NODELETE
+#define RTLD_NODELETE 0
+#endif
/* we want to open libdbus-glib-1.so.2 in such a way
* in such a way that it becomes permanentely resident */
void *handle;