summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2011-05-10 12:05:20 (GMT)
committerMark Brand <mabrand@mabrand.nl>2011-05-10 12:05:20 (GMT)
commit64eff5739c32e0799c0f08d9a1c9a9988910e009 (patch)
treeef16b0aa39c9cc282ebe7ccd20b800ee1a41be7a
parent47e4da7d06577a0f3547fe636c8f4773c0595fc5 (diff)
downloadmxe-64eff5739c32e0799c0f08d9a1c9a9988910e009.zip
mxe-64eff5739c32e0799c0f08d9a1c9a9988910e009.tar.gz
mxe-64eff5739c32e0799c0f08d9a1c9a9988910e009.tar.bz2
package glibmm: remove merged patch
-rw-r--r--src/glibmm-1-fix-glib-compile-schemas.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/src/glibmm-1-fix-glib-compile-schemas.patch b/src/glibmm-1-fix-glib-compile-schemas.patch
deleted file mode 100644
index 0cb483f..0000000
--- a/src/glibmm-1-fix-glib-compile-schemas.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-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=648485
-
-diff --git a/examples/Makefile.am b/examples/Makefile.am
-index d5225e6..25e6714 100644
---- a/examples/Makefile.am
-+++ b/examples/Makefile.am
-@@ -97,6 +97,6 @@ dist_noinst_DATA = settings/org.gtkmm.demo.gschema.xml
- CLEANFILES = settings/gschemas.compiled
-
- settings/gschemas.compiled: $(srcdir)/settings/org.gtkmm.demo.gschema.xml
-- $(AM_V_GEN)glib-compile-schemas --targetdir=settings $(srcdir)/settings
-+ $(AM_V_GEN)$(GLIB_COMPILE_SCHEMAS) --targetdir=settings $(srcdir)/settings
-
- all-local: settings/gschemas.compiled
-diff --git a/examples/Makefile.in b/examples/Makefile.in
-index 17ce00a..20bfd16 100644
---- a/examples/Makefile.in
-+++ b/examples/Makefile.in
-@@ -924,7 +924,7 @@ uninstall-am:
-
-
- settings/gschemas.compiled: $(srcdir)/settings/org.gtkmm.demo.gschema.xml
-- $(AM_V_GEN)glib-compile-schemas --targetdir=settings $(srcdir)/settings
-+ $(AM_V_GEN)$(GLIB_COMPILE_SCHEMAS) --targetdir=settings $(srcdir)/settings
-
- all-local: settings/gschemas.compiled
- # Tell versions [3.59,3.63) of GNU make to not export all variables.