[Libreoffice-commits] .: gdk-pixbuf/gdk-pixbuf-2.23.0-win32.patch

Tor Lillqvist tml at kemper.freedesktop.org
Wed Jun 29 04:47:20 PDT 2011


 gdk-pixbuf/gdk-pixbuf-2.23.0-win32.patch |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 43ec64908faed85e51628a37d259bb40ad0f8686
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Wed Jun 29 14:46:32 2011 +0300

    Fix weird Cygwin build problem

diff --git a/gdk-pixbuf/gdk-pixbuf-2.23.0-win32.patch b/gdk-pixbuf/gdk-pixbuf-2.23.0-win32.patch
index 3c56feb..142ea34 100644
--- a/gdk-pixbuf/gdk-pixbuf-2.23.0-win32.patch
+++ b/gdk-pixbuf/gdk-pixbuf-2.23.0-win32.patch
@@ -333,7 +333,7 @@
  #
  gdk-pixbuf-enum-types.h : $(gdk_pixbuf_headers) makefile.msc
 -	$(PERL) $(GLIB)\gobject\glib-mkenums \
-+	$(PERL) $(OUTDIR)\bin\glib-mkenums \
++	perl $(OUTDIR)\bin\glib-mkenums \
  		--fhead "#ifndef __GDK_PIXBUF__ENUM_TYPES_H__\n#define __GDK_PIXBUF_ENUM_TYPES_H__\n" \
  		--fprod "/* enumerations from \"@filename@\" */\n" \
  		--vhead "GType @enum_name at _get_type (void);\n#define GDK_TYPE_ at ENUMSHORT@ (@enum_name at _get_type())\n"         \
@@ -343,7 +343,7 @@
  gdk-pixbuf-enum-types.c: $(gdk_pixbuf_headers) makefile.msc
 -	$(PERL) $(GLIB)\gobject\glib-mkenums \
 -		--fhead "#include <gdk-pixbuf/gdk-pixbuf.h>" \
-+	$(PERL) $(OUTDIR)\bin\glib-mkenums \
++	perl $(OUTDIR)\bin\glib-mkenums \
 +		--fhead "#include <gdk-pixbuf.h>" \
  		--fprod "\n/* enumerations from \"@filename@\" */" \
  		--vhead "GType\n at enum_name@_get_type (void)\n{\n  static GType etype = 0;\n  if (etype == 0) {\n    static const G at Type@Value values[] = {"       \


More information about the Libreoffice-commits mailing list