From 41fd080e84fa3fe410cd63dd6ca9938a8b1ec61f Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Mon, 26 Nov 2012 15:58:51 +0400 Subject: glib 2.32.4 with OpenCSW patches; now buildable only for 32 --- .../0013-Disable-mainloop-child_sources-test.patch | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 glib/patches/0013-Disable-mainloop-child_sources-test.patch (limited to 'glib/patches/0013-Disable-mainloop-child_sources-test.patch') diff --git a/glib/patches/0013-Disable-mainloop-child_sources-test.patch b/glib/patches/0013-Disable-mainloop-child_sources-test.patch new file mode 100644 index 0000000..24ecc98 --- /dev/null +++ b/glib/patches/0013-Disable-mainloop-child_sources-test.patch @@ -0,0 +1,25 @@ +From bcbe1d0233d7ee88f9b4b079ebd714a124002f0b Mon Sep 17 00:00:00 2001 +From: Rafael Ostertag +Date: Sat, 25 Aug 2012 11:01:59 +0200 +Subject: [PATCH] Disable mainloop/child_sources test + +--- + glib/tests/mainloop.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/glib/tests/mainloop.c b/glib/tests/mainloop.c +index 98dfb40..d5c1051 100644 +--- a/glib/tests/mainloop.c ++++ b/glib/tests/mainloop.c +@@ -478,7 +478,7 @@ main (int argc, char *argv[]) + g_test_add_func ("/mainloop/timeouts", test_timeouts); + g_test_add_func ("/mainloop/priorities", test_priorities); + g_test_add_func ("/mainloop/invoke", test_invoke); +- g_test_add_func ("/mainloop/child_sources", test_child_sources); ++/* g_test_add_func ("/mainloop/child_sources", test_child_sources); */ + g_test_add_func ("/mainloop/recursive_child_sources", test_recursive_child_sources); + + return g_test_run (); +-- +1.7.11.3 + -- cgit v1.2.3