summaryrefslogtreecommitdiff
path: root/devel/commoncpp/files/patch-src_timer.cpp
blob: a433751ab58609b47a5c9ea938bb6abf120ae03d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/timer.cpp	2010-10-31 18:00:33.000000000 -0700
+++ src/timer.cpp	2012-08-12 20:29:31.000000000 -0700
@@ -118,7 +118,7 @@
     active = true;
 }
 
-#ifdef  HAVE_HIRES_TIMER
+#if defined(HAVE_HIRES_TIMER) && !defined(__FreeBSD__)
 void TimerPort::sleepTimer(void)
 {
     struct timespec ts;