summaryrefslogtreecommitdiff
path: root/games/dangerdeep/files/patch-src__condvar.h
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2021-01-01 10:11:34 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2021-01-01 10:11:34 +0000
commit26b4c8f71f91d22e081b27814782686edde0c90a (patch)
tree1c321c39372c25d8634e75b5c8e08edc676b296d /games/dangerdeep/files/patch-src__condvar.h
parentNew port: math/py-optuna: A hyperparameter optimization framework (diff)
Revert r559792 to unbreak INDEX and bulk -a
It seems a lot of reverse dependencies were missed With hat: portmgr
Notes
Notes: svn path=/head/; revision=559822
Diffstat (limited to 'games/dangerdeep/files/patch-src__condvar.h')
-rw-r--r--games/dangerdeep/files/patch-src__condvar.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/games/dangerdeep/files/patch-src__condvar.h b/games/dangerdeep/files/patch-src__condvar.h
new file mode 100644
index 000000000000..06f52b5bea5f
--- /dev/null
+++ b/games/dangerdeep/files/patch-src__condvar.h
@@ -0,0 +1,18 @@
+--- ./src/condvar.h.orig 2007-06-11 11:16:23.000000000 -0400
++++ ./src/condvar.h 2014-08-11 09:56:15.000000000 -0400
+@@ -43,13 +43,13 @@
+
+ /// wait on condition
+ ///@param m - mutex to encapsulate waiting condition
+- void wait(mutex& m);
++ void wait(::mutex& m);
+
+ /// wait on condition with timeout
+ ///@param m - mutex to encapsulate waiting condition
+ ///@param ms - timeout value in milliseconds
+ ///@return true when woken up by signal, false on timeout
+- bool timed_wait(mutex& m, unsigned ms);
++ bool timed_wait(::mutex& m, unsigned ms);
+
+ /// send signal to threads that are waiting on the condition.
+ ///@note Note that before sending the signal you must make the condition false that would