summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/amsynth/files/amsynth-pthread.patch')
-rw-r--r--media-sound/amsynth/files/amsynth-pthread.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/media-sound/amsynth/files/amsynth-pthread.patch b/media-sound/amsynth/files/amsynth-pthread.patch
new file mode 100644
index 000000000000..e0d9d6e20e6f
--- /dev/null
+++ b/media-sound/amsynth/files/amsynth-pthread.patch
@@ -0,0 +1,10 @@
+--- src/main.cc.old 2004-03-14 13:45:10.350579816 -0600
++++ src/main.cc 2004-03-14 13:45:39.107208144 -0600
+@@ -7,6 +7,7 @@
+
+ #include <gtk--/main.h>
+ #include <pthread.h>
++#include <signal.h>
+ #include <iostream>
+ #include <fstream>
+ #include <unistd.h>