changeset 1814:a236c4467ed9

package glibmm: remove merged patch
author Mark Brand <mabrand@mabrand.nl>
date Tue, 10 May 2011 14:05:20 +0200
parents 689e47e3acf5
children 0e0843e937cf
files src/glibmm-1-fix-glib-compile-schemas.patch
diffstat 1 files changed, 0 insertions(+), 31 deletions(-) [+]
line wrap: on
line diff
--- a/src/glibmm-1-fix-glib-compile-schemas.patch	Tue May 10 13:45:38 2011 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -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.