summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-03-15 02:32:41 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-03-15 02:32:41 +0000
commit91d381d93db9b679f57ef7d39d2146cee752a1ab (patch)
tree70e6c12061848e0bfab7ea63c457ae0ebc4b385b /media-sound/amsynth/files
parentInitial commit to close #22217. Ebuild by myself and Patrick Kursawe <phospha... (diff)
downloadgentoo-2-91d381d93db9b679f57ef7d39d2146cee752a1ab.tar.gz
gentoo-2-91d381d93db9b679f57ef7d39d2146cee752a1ab.tar.bz2
gentoo-2-91d381d93db9b679f57ef7d39d2146cee752a1ab.zip
Added patch from bug #44696 to fix missing declaration of pthread_kill.
Diffstat (limited to 'media-sound/amsynth/files')
-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>