ports/devel/ice/files/patch-cpp-src-IceUtil-Cond.cpp
Michael Gmelin ca88d41854 Update ice ports to 3.6.3
A few critical patches got merged upstream, a few new were required
to maintain LibreSSL support and fix other new issues. Note that slice2py
moved from devel/py-ice to devel/ice.

Approved by:	mentors (implicit)
2016-10-12 17:23:57 +00:00

11 lines
428 B
C++

--- cpp/src/IceUtil/Cond.cpp.orig 2016-10-12 00:34:17.622732906 +0200
+++ cpp/src/IceUtil/Cond.cpp 2016-10-12 00:34:40.133725906 +0200
@@ -332,7 +332,7 @@
throw ThreadSyscallException(__FILE__, __LINE__, rc);
}
-#if !defined(__hppa) && !defined(__APPLE__) && !defined(__FreeBSD__)
+#if !defined(__hppa) && !defined(__APPLE__)
rc = pthread_condattr_setclock(&attr, CLOCK_MONOTONIC);
if(rc != 0)
{