[gnumeric] win32: hack gdk-pixbuf-queryloaders
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] win32: hack gdk-pixbuf-queryloaders
- Date: Thu, 14 Nov 2013 03:14:24 +0000 (UTC)
commit cee0c4c981b6ad19071e263b831241af3dacdb99
Author: Morten Welinder <terra gnome org>
Date: Wed Nov 13 22:13:09 2013 -0500
win32: hack gdk-pixbuf-queryloaders
It's unstable because it unloads some module that takes offense to
that. Well, don't unload any modules then.
tools/win32/moduleset.in | 1 +
tools/win32/patches/gdk-pixbuf-queryloaders.patch | 11 +++++++++++
2 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/tools/win32/moduleset.in b/tools/win32/moduleset.in
index de2298a..2dabe77 100644
--- a/tools/win32/moduleset.in
+++ b/tools/win32/moduleset.in
@@ -241,6 +241,7 @@
version="2.29.2"
skip-autogen="never">
<patch file="&patch_dir;gdk-pixbuf-destdir.patch" strip="1"/>
+ <patch file="&patch_dir;gdk-pixbuf-queryloaders.patch" strip="1"/>
</branch>
<dependencies>
<dep package="glib"/>
diff --git a/tools/win32/patches/gdk-pixbuf-queryloaders.patch
b/tools/win32/patches/gdk-pixbuf-queryloaders.patch
new file mode 100644
index 0000000..d832a5c
--- /dev/null
+++ b/tools/win32/patches/gdk-pixbuf-queryloaders.patch
@@ -0,0 +1,11 @@
+--- gdk-pixbuf-2.29.2/gdk-pixbuf/queryloaders.c~ 2013-01-19 13:53:25.000000000 -0500
++++ gdk-pixbuf-2.29.2/gdk-pixbuf/queryloaders.c 2013-11-13 22:09:32.000000000 -0500
+@@ -207,7 +207,7 @@
+ else
+ g_fprintf (stderr, "Cannot load loader %s\n", path);
+ }
+- if (module)
++ if (FALSE && module)
+ g_module_close (module);
+ g_free (path);
+ }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]