mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 22:30:38 -04:00
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)
11 lines
428 B
C++
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)
|
|
{
|