From 72e71bc6a726559d69cc00454c52258ff9b032e5 Mon Sep 17 00:00:00 2001 From: Thomas Sailer Date: Dec 01 2015 12:02:08 +0000 Subject: dispatcher.cc needs another include --- diff --git a/glibmm-win-mutex.patch b/glibmm-win-mutex.patch new file mode 100644 index 0000000..be31f00 --- /dev/null +++ b/glibmm-win-mutex.patch @@ -0,0 +1,10 @@ +--- ./glibmm-2.47.3.1/glib/glibmm/dispatcher.cc.orig 2015-12-01 12:53:49.240354273 +0100 ++++ ./glibmm-2.47.3.1/glib/glibmm/dispatcher.cc 2015-12-01 12:53:57.476173453 +0100 +@@ -33,6 +33,7 @@ + # include + # include + # include ++# include + #else + # include + #endif diff --git a/mingw-glibmm24.spec b/mingw-glibmm24.spec index f732663..c8c655a 100644 --- a/mingw-glibmm24.spec +++ b/mingw-glibmm24.spec @@ -12,6 +12,8 @@ License: LGPLv2+ Group: Development/Libraries URL: http://www.gtkmm.org/ Source0: http://ftp.gnome.org/pub/GNOME/sources/glibmm/%{release_version}/glibmm-%{version}.tar.xz +# https://bugzilla.gnome.org/show_bug.cgi?id=758894 +Patch0: glibmm-win-mutex.patch BuildArch: noarch @@ -76,7 +78,7 @@ Static cross compiled version of the glibmm library. %prep %setup -q -n glibmm-%{version} - +%patch0 -p1 -b .mutex %build %mingw_configure --enable-static diff --git a/sources b/sources index 2a70413..104110b 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -cd6ca443da7c0afc6a3279170e6f85fc glibmm-2.46.2.tar.xz 55cb4c22c042aaf2f3231fd3417c68cb glibmm-2.47.3.1.tar.xz