$OpenBSD: patch-ConfigureChecks_cmake,v 1.1.1.1 2014/07/09 19:48:32 zhuk Exp $
--- ConfigureChecks.cmake.orig	Tue Jul  1 16:02:28 2014
+++ ConfigureChecks.cmake	Tue Jul  1 16:02:37 2014
@@ -12,6 +12,6 @@ check_include_files("sys/types.h;sys/xattr.h" HAVE_SYS
 check_include_files("sys/types.h;sys/extattr.h" HAVE_SYS_EXTATTR_H)
 
 if (NOT (HAVE_SYS_XATTR_H OR HAVE_SYS_EXTATTR_H))
-    message(FATAL_ERROR "Baloo requires extended attributes support in the operating system, but no headers have been found.")
+    message(WARNING "Baloo requires extended attributes support in the operating system, but no headers have been found.")
 endif ()
 endif ()
