summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/ardour/files/ardour-pthread.patch')
-rw-r--r--media-sound/ardour/files/ardour-pthread.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/media-sound/ardour/files/ardour-pthread.patch b/media-sound/ardour/files/ardour-pthread.patch
deleted file mode 100644
index e2d2903e0c2e..000000000000
--- a/media-sound/ardour/files/ardour-pthread.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- ardour-0.9beta8/libs/pbd/pbd/pthread_utils.h~ 2003-04-16 07:17:03.000000000 -0500
-+++ ardour-0.9beta8/libs/pbd/pbd/pthread_utils.h 2003-11-09 12:17:01.469711326 -0600
-@@ -2,6 +2,7 @@
- #define __pbd_pthread_utils__
-
- #include <pthread.h>
-+#include <signal.h>
- #include <string>
-
- int pthread_create_and_store (std::string name, pthread_t *thread, pthread_attr_t *attr, void * (*start_routine)(void *), void * arg);