view src/glib-2-fix-tool-paths.patch @ 1046:1de4ae343808

corrected numbering of patches in package glib
author Volker Grabsch <vog@notjusthosting.com>
date Sun, 06 Jun 2010 00:53:47 +0200
parents
children
line wrap: on
line source

This file is part of mingw-cross-env.
See doc/index.html for further information.

This patch has been taken from:
https://bugzilla.gnome.org/show_bug.cgi?id=610865

diff -r ed58be46e216 glib-2.0.pc.in
--- a/glib-2.0.pc.in	Sun May 16 16:07:16 2010 +0200
+++ b/glib-2.0.pc.in	Sun May 16 16:07:35 2010 +0200
@@ -3,9 +3,9 @@
 libdir=@libdir@
 includedir=@includedir@
 
-glib_genmarshal=glib-genmarshal
-gobject_query=gobject-query
-glib_mkenums=glib-mkenums
+glib_genmarshal=@bindir@/glib-genmarshal
+gobject_query=@bindir@/gobject-query
+glib_mkenums=@bindir@/glib-mkenums
 
 Name: GLib
 Description: C Utility Library