freebsd-ports/devel/commoncpp/files/patch-src_timer.cpp
Jose Alonso Cardenas Marquez 9135a217e5 - Update to 1.8.1
PR:		170586
Submitted by:	Waitman Gobble <uzimac  at  da3m0n8t3r.com>
2012-12-13 16:06:43 +00:00

11 lines
297 B
C++

--- 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;