diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2010-02-07 15:31:31 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2010-02-07 15:31:31 (GMT) |
commit | 2d5a694db828fb2f4be05f2a1358a78080eb9375 (patch) | |
tree | 4c92236b29bb6e9e88cba122d92e16c51a314c73 /src/glib-win32.patch | |
parent | 63d8aab43d70150d10284f36d1b7e259944f6cb7 (diff) | |
download | mxe-2d5a694db828fb2f4be05f2a1358a78080eb9375.zip mxe-2d5a694db828fb2f4be05f2a1358a78080eb9375.tar.gz mxe-2d5a694db828fb2f4be05f2a1358a78080eb9375.tar.bz2 |
remove other packages' dependencies on the gettext tool
Diffstat (limited to 'src/glib-win32.patch')
-rw-r--r-- | src/glib-win32.patch | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/glib-win32.patch b/src/glib-win32.patch new file mode 100644 index 0000000..f8eee61 --- /dev/null +++ b/src/glib-win32.patch @@ -0,0 +1,27 @@ +This file is part of mingw-cross-env. +See doc/index.html or doc/README for further information. + +diff -ru glib-2.23.2.orig/configure.in glib-2.23.2/configure.in +--- glib-2.23.2.orig/configure.in 2010-01-25 02:50:02.000000000 +0100 ++++ glib-2.23.2/configure.in 2010-02-07 14:29:02.000000000 +0100 +@@ -2735,8 +2735,6 @@ + dnl *** Checks for gtk-doc *** + dnl ************************** + +-GTK_DOC_CHECK([1.11]) +- + AC_ARG_ENABLE(man, + [AC_HELP_STRING([--enable-man], + [regenerate man pages from Docbook [default=no]])],enable_man=yes, +diff -ru glib-2.23.2.orig/m4macros/glib-gettext.m4 glib-2.23.2/m4macros/glib-gettext.m4 +--- glib-2.23.2.orig/m4macros/glib-gettext.m4 2009-04-01 01:04:20.000000000 +0200 ++++ glib-2.23.2/m4macros/glib-gettext.m4 2010-02-07 15:37:34.000000000 +0100 +@@ -246,8 +246,6 @@ + esac]) + LIBS="$glib_save_LIBS" + INSTOBJEXT=.mo +- else +- gt_cv_have_gettext=no + fi + fi + ]) |