diff options
Diffstat (limited to 'x11/workrave/files/patch-arch_unix_Mutex.hh')
-rw-r--r-- | x11/workrave/files/patch-arch_unix_Mutex.hh | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/x11/workrave/files/patch-arch_unix_Mutex.hh b/x11/workrave/files/patch-arch_unix_Mutex.hh deleted file mode 100644 index ac836e9ded7c..000000000000 --- a/x11/workrave/files/patch-arch_unix_Mutex.hh +++ /dev/null @@ -1,14 +0,0 @@ ---- arch/unix/Mutex.hh.orig Sun Jan 5 00:53:45 2003 -+++ arch/unix/Mutex.hh Sat Jul 12 16:40:21 2003 -@@ -23,6 +23,11 @@ - - #include <pthread.h> - -+// define this to something freebsd knows -+#ifdef __FreeBSD__ -+#define PTHREAD_MUTEX_RECURSIVE_NP PTHREAD_MUTEX_RECURSIVE -+#endif -+ - /*! - * A Mutex class. - */ |