$OpenBSD: patch-src_assistant_clucene_qclucene-config_p_h,v 1.1.1.1 2016/12/25 14:13:14 zhuk Exp $
Unbreak build.
--- src/assistant/clucene/qclucene-config_p.h.orig	Tue Dec 13 10:57:18 2016
+++ src/assistant/clucene/qclucene-config_p.h	Tue Dec 13 10:57:33 2016
@@ -309,7 +309,7 @@ configure.
 #endif
 
 /* Define to 1 if you have the <sys/timeb.h> header file. */
-#if !defined(__OpenBSD__) && !defined(__ANDROID_API__) || __ANDROID_API__ < 21
+#if !defined(__OpenBSD__) && (!defined(__ANDROID_API__) || __ANDROID_API__ < 21)
 #   ifndef _CL_HAVE_SYS_TIMEB_H
 #   define _CL_HAVE_SYS_TIMEB_H  1
 #   endif
