$OpenBSD: patch-src_daemon_main_c,v 1.11 2014/03/20 17:33:09 ajacoutot Exp $
--- src/daemon/main.c.orig	Tue Feb 25 15:01:58 2014
+++ src/daemon/main.c	Thu Mar 20 15:49:28 2014
@@ -1002,10 +1002,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__)
