summaryrefslogtreecommitdiff
path: root/audio/libtunepimp/patches/patch-lib_threads_posix_semaphore.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'audio/libtunepimp/patches/patch-lib_threads_posix_semaphore.cpp')
-rw-r--r--audio/libtunepimp/patches/patch-lib_threads_posix_semaphore.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/libtunepimp/patches/patch-lib_threads_posix_semaphore.cpp b/audio/libtunepimp/patches/patch-lib_threads_posix_semaphore.cpp
new file mode 100644
index 00000000000..cd79f4aa759
--- /dev/null
+++ b/audio/libtunepimp/patches/patch-lib_threads_posix_semaphore.cpp
@@ -0,0 +1,13 @@
+$NetBSD: patch-lib_threads_posix_semaphore.cpp,v 1.1 2020/05/14 19:03:12 joerg Exp $
+
+--- lib/threads/posix/semaphore.cpp.orig 2020-05-13 19:40:46.833581962 +0000
++++ lib/threads/posix/semaphore.cpp
+@@ -29,7 +29,7 @@
+ #include <sys/time.h>
+ #include <stdlib.h>
+ #include <errno.h>
+-#include "semaphore.h"
++#include "semaphore_.h"
+
+
+ Semaphore::Semaphore(const char *name)