view src/glib-3-fix-tool-paths.patch @ 979:12d13d6e003e

add the missing information about the origin of a patch
author Volker Grabsch <vog@notjusthosting.com>
date Sun, 16 May 2010 17:15:01 +0200
parents dd1f42da3294
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