$OpenBSD: patch-qtbase_src_concurrent_qtconcurrentiteratekernel_cpp,v 1.2 2015/04/19 13:18:28 zhuk Exp $
Tests fail due to incorrect _POSIX_TIMERS value in <unistd.h>.
Allow functions to be actually used.
--- qtbase/src/concurrent/qtconcurrentiteratekernel.cpp.ports.orig	Tue Feb 17 07:56:53 2015
+++ qtbase/src/concurrent/qtconcurrentiteratekernel.cpp	Wed Apr  8 00:38:30 2015
@@ -71,7 +71,7 @@ static qint64 getticks()
 
 static qint64 getticks()
 {
-#if defined(_POSIX_TIMERS) && (_POSIX_TIMERS > 0)
+#if defined(Q_OS_OPENBSD) || (defined(_POSIX_TIMERS) && (_POSIX_TIMERS > 0))
     clockid_t clockId;
 
 #ifndef _POSIX_THREAD_CPUTIME
