From 4dd851827a0bc33d0bbe91c3279c7a640b4da2ac Mon Sep 17 00:00:00 2001 From: kwm Date: Sun, 14 Sep 2014 11:48:36 +0000 Subject: Rename this patch too. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19862 df743ca5-7f9a-e211-a948-0013205c9059 --- devel/glib20/files/patch-gmodule::gmodule-dl.c | 20 -------------------- devel/glib20/files/patch-gmodule_gmodule-dl.c | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 devel/glib20/files/patch-gmodule::gmodule-dl.c create mode 100644 devel/glib20/files/patch-gmodule_gmodule-dl.c diff --git a/devel/glib20/files/patch-gmodule::gmodule-dl.c b/devel/glib20/files/patch-gmodule::gmodule-dl.c deleted file mode 100644 index 586d7f80b..000000000 --- a/devel/glib20/files/patch-gmodule::gmodule-dl.c +++ /dev/null @@ -1,20 +0,0 @@ ---- gmodule/gmodule-dl.c.orig Sat Feb 17 08:28:07 2001 -+++ gmodule/gmodule-dl.c Fri Jan 18 09:48:45 2002 -@@ -104,6 +104,7 @@ - static gpointer - _g_module_self (void) - { -+#ifndef __FreeBSD__ - gpointer handle; - - /* to query symbols from the program itself, special link options -@@ -115,6 +116,9 @@ - g_module_set_error (fetch_dlerror (TRUE)); - - return handle; -+#else -+ return RTLD_DEFAULT; -+#endif - } - - static void diff --git a/devel/glib20/files/patch-gmodule_gmodule-dl.c b/devel/glib20/files/patch-gmodule_gmodule-dl.c new file mode 100644 index 000000000..586d7f80b --- /dev/null +++ b/devel/glib20/files/patch-gmodule_gmodule-dl.c @@ -0,0 +1,20 @@ +--- gmodule/gmodule-dl.c.orig Sat Feb 17 08:28:07 2001 ++++ gmodule/gmodule-dl.c Fri Jan 18 09:48:45 2002 +@@ -104,6 +104,7 @@ + static gpointer + _g_module_self (void) + { ++#ifndef __FreeBSD__ + gpointer handle; + + /* to query symbols from the program itself, special link options +@@ -115,6 +116,9 @@ + g_module_set_error (fetch_dlerror (TRUE)); + + return handle; ++#else ++ return RTLD_DEFAULT; ++#endif + } + + static void -- cgit