Obsolete golang-120
[oi-userland.git] / components / library / libxmlb / patches / 01-no-inotify.patch
blob74202011037d89a4353e8834c2b4e27e3afe2872
1 --- libxmlb-0.3.21/src/xb-self-test.c.orig
2 +++ libxmlb-0.3.21/src/xb-self-test.c
3 @@ -703,6 +703,11 @@
4 g_test_skip("inotify does not work on mingw");
5 return;
6 #endif
7 +#ifdef __sun
8 + /* no inotify */
9 + g_test_skip("missing support for inotify");
10 + return;
11 +#endif
13 /* import some XML */
14 xb_builder_set_profile_flags(builder, XB_SILO_PROFILE_FLAG_DEBUG);