[gnumeric] win32: Fix gdk-pixbuf generation of loaders.cache



commit 1758ba5d8f4989039bb6ea888f1a4865ab640903
Author: Morten Welinder <terra gnome org>
Date:   Mon Aug 12 20:27:50 2013 -0400

    win32: Fix gdk-pixbuf generation of loaders.cache
    
    No idea how that will survive relocation during binary install.

 tools/win32/ChangeLog                        |    4 ++++
 tools/win32/moduleset.in                     |    1 +
 tools/win32/patches/gdk-pixbuf-destdir.patch |   10 ++++++++++
 3 files changed, 15 insertions(+), 0 deletions(-)
---
diff --git a/tools/win32/ChangeLog b/tools/win32/ChangeLog
index f8b62c8..a3dc48d 100644
--- a/tools/win32/ChangeLog
+++ b/tools/win32/ChangeLog
@@ -1,3 +1,7 @@
+2013-08-12  Morten Welinder  <terra gnome org>
+
+       * moduleset.in: Fix gdk-pixbuf generation of loaders.cache
+
 2013-08-01  Morten Welinder  <terra gnome org>
 
        * moduleset.in: libgsf to 1.14.28.  gtk+ to 3.9.10.
diff --git a/tools/win32/moduleset.in b/tools/win32/moduleset.in
index 026df7a..cdd3c3a 100644
--- a/tools/win32/moduleset.in
+++ b/tools/win32/moduleset.in
@@ -206,6 +206,7 @@
     <autotools id="gdk-pixbuf">
        <branch repo="gnome.org" module="sources/gdk-pixbuf/2.29/gdk-pixbuf-2.29.2.tar.xz"
                version="2.29.2">
+         <patch file="&patch_dir;gdk-pixbuf-destdir.patch" strip="1"/>
        </branch>
        <dependencies>
            <dep package="glib"/>
diff --git a/tools/win32/patches/gdk-pixbuf-destdir.patch b/tools/win32/patches/gdk-pixbuf-destdir.patch
new file mode 100644
index 0000000..599d0e5
--- /dev/null
+++ b/tools/win32/patches/gdk-pixbuf-destdir.patch
@@ -0,0 +1,10 @@
+--- gdk-pixbuf-2.29.2/gdk-pixbuf/Makefile.in~  2013-08-12 20:20:49.000000000 -0400
++++ gdk-pixbuf-2.29.2/gdk-pixbuf/Makefile.in   2013-06-21 16:21:46.000000000 -0400
+@@ -1215,6 +1215,7 @@
+ 
+ INTROSPECTION_GIRS = $(am__append_1)
+ SUBDIRS = pixops
++DESTDIR =
+ @PLATFORM_WIN32_TRUE no_undefined = -no-undefined
+ @OS_WIN32_TRUE gdk_pixbuf_def = gdk_pixbuf.def
+ @OS_WIN32_TRUE gdk_pixbuf_symbols = -export-symbols $(srcdir)/gdk_pixbuf.def


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]