$OpenBSD: patch-src_daemon_main_c,v 1.12 2015/03/15 08:45:10 ajacoutot Exp $
--- src/daemon/main.c.orig	Thu Feb 12 15:10:35 2015
+++ src/daemon/main.c	Mon Feb 16 14:46:39 2015
@@ -997,10 +997,12 @@ int main(int argc, char *argv[]) {
 
     pa_disable_sigpipe();
 
+#ifdef __linux__
     if (pa_rtclock_hrtimer())
         pa_log_info("Fresh high-resolution timers available! Bon appetit!");
     else
         pa_log_info("Dude, your kernel stinks! The chef's recommendation today is Linux with high-resolution timers enabled!");
+#endif
 
     if (conf->lock_memory) {
 #if defined(HAVE_SYS_MMAN_H) && !defined(__ANDROID__)
