yate: Bump to version 6.0.0
[feed/telephony.git] / net / yate / patches / 100-non-gnu-mutex-type.patch
index af5d8b235021c82a39bdfc3bc8143db486556227..e0f9905123df274e7606590c18e6bc9c680967ea 100644 (file)
@@ -1,7 +1,5 @@
-Index: yate/engine/Mutex.cpp
-===================================================================
---- yate.orig/engine/Mutex.cpp
-+++ yate/engine/Mutex.cpp
+--- a/engine/Mutex.cpp
++++ b/engine/Mutex.cpp
 @@ -30,6 +30,10 @@ typedef HANDLE HSEMAPHORE;
  #include <semaphore.h>
  #include <time.h>
@@ -13,11 +11,9 @@ Index: yate/engine/Mutex.cpp
  #ifdef MUTEX_HACK
  extern "C" {
  #if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) || defined(__APPLE__)
-Index: yate/configure.ac
-===================================================================
---- yate.orig/configure.ac
-+++ yate/configure.ac
-@@ -257,7 +257,7 @@ AC_TRY_COMPILE([
+--- a/configure.ac
++++ b/configure.ac
+@@ -264,7 +264,7 @@ AC_TRY_COMPILE([
  #include <pthread.h>
  ],[
  pthread_mutexattr_t attr;