diff options
Diffstat (limited to 'devel/glib12/files/patch-gmodule__gmodule-dl.c')
-rw-r--r-- | devel/glib12/files/patch-gmodule__gmodule-dl.c | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/devel/glib12/files/patch-gmodule__gmodule-dl.c b/devel/glib12/files/patch-gmodule__gmodule-dl.c deleted file mode 100644 index 5460f6300bc1..000000000000 --- a/devel/glib12/files/patch-gmodule__gmodule-dl.c +++ /dev/null @@ -1,23 +0,0 @@ - -$FreeBSD$ - ---- gmodule/gmodule-dl.c 2001/12/12 04:39:42 1.1 -+++ gmodule/gmodule-dl.c 2001/12/12 04:41:05 -@@ -100,6 +100,7 @@ - static gpointer - _g_module_self (void) - { -+#ifndef __FreeBSD__ - gpointer handle; - - /* to query symbols from the program itself, special link options -@@ -111,6 +112,9 @@ - g_module_set_error (fetch_dlerror ()); - - return handle; -+#else -+ return RTLD_DEFAULT; -+#endif - } - - static void |