diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2010-06-06 07:30:59 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2010-06-06 07:30:59 (GMT) |
commit | 584d6f5cac10683cd7cb4b7ae61ab0023fedd485 (patch) | |
tree | 32c5cde14b0bbc9caec8cbfaab838a5c76cb36b4 /src/glib-3-fix-tool-paths.patch | |
parent | a70d108d8a6bde82c714bfecd10514bfca25adf0 (diff) | |
download | mxe-584d6f5cac10683cd7cb4b7ae61ab0023fedd485.zip mxe-584d6f5cac10683cd7cb4b7ae61ab0023fedd485.tar.gz mxe-584d6f5cac10683cd7cb4b7ae61ab0023fedd485.tar.bz2 |
Backed out changeset 753897d678d4
Diffstat (limited to 'src/glib-3-fix-tool-paths.patch')
-rw-r--r-- | src/glib-3-fix-tool-paths.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/glib-3-fix-tool-paths.patch b/src/glib-3-fix-tool-paths.patch new file mode 100644 index 0000000..223eab3 --- /dev/null +++ b/src/glib-3-fix-tool-paths.patch @@ -0,0 +1,22 @@ +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 |