17 lines
425 B
Plaintext
17 lines
425 B
Plaintext
$NetBSD: patch-ae,v 1.5 2004/04/17 10:37:12 jmmv Exp $
|
|
|
|
http://bugzilla.gnome.org/show_bug.cgi?id=140329
|
|
|
|
--- gmodule/gmoduleconf.h.in.orig 2004-02-24 15:00:19.000000000 +0100
|
|
+++ gmodule/gmoduleconf.h.in
|
|
@@ -45,6 +45,9 @@ extern "C" {
|
|
#if (@G_MODULE_BROKEN_RTLD_GLOBAL@)
|
|
#define G_MODULE_BROKEN_RTLD_GLOBAL
|
|
#endif
|
|
+#if (@G_MODULE_BROKEN_DLOPEN_NULL@)
|
|
+#define G_MODULE_BROKEN_DLOPEN_NULL
|
|
+#endif
|
|
|
|
#ifdef __cplusplus
|
|
}
|