[gnumeric] win32: handle destdir differently.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] win32: handle destdir differently.
- Date: Wed, 9 Oct 2013 14:45:32 +0000 (UTC)
commit 4b317e1b11c7f9226f50ae2a33f9a6715b47767d
Author: Morten Welinder <terra gnome org>
Date: Wed Oct 9 10:41:08 2013 -0400
win32: handle destdir differently.
The jhbuild trigger for gdk-pixbuf wants to run the command without
the .exe suffix.
tools/win32/patches/gdk-pixbuf-destdir.patch | 25 +++++++++++++++----------
1 files changed, 15 insertions(+), 10 deletions(-)
---
diff --git a/tools/win32/patches/gdk-pixbuf-destdir.patch b/tools/win32/patches/gdk-pixbuf-destdir.patch
index 599d0e5..b86646e 100644
--- a/tools/win32/patches/gdk-pixbuf-destdir.patch
+++ b/tools/win32/patches/gdk-pixbuf-destdir.patch
@@ -1,10 +1,15 @@
---- 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
+--- gdk-pixbuf-2.29.2/gdk-pixbuf/Makefile.in~ 2013-06-21 16:21:46.000000000 -0400
++++ gdk-pixbuf-2.29.2/gdk-pixbuf/Makefile.in 2013-10-08 22:08:25.000000000 -0400
+@@ -2580,7 +2580,12 @@
+
+ install-dvi-am:
+
+ install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
++ $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
++
++install-exec-hook:
++ cd $(DESTDIR)$(bindir) && \
++ $(LN_S) gdk-pixbuf-query-loaders$(EXEEXT) gdk-pixbuf-query-loaders
+
+ install-html: install-html-recursive
+
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]