From 91d381d93db9b679f57ef7d39d2146cee752a1ab Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Date: Mon, 15 Mar 2004 02:32:41 +0000 Subject: Added patch from bug #44696 to fix missing declaration of pthread_kill. --- media-sound/amsynth/files/amsynth-pthread.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 media-sound/amsynth/files/amsynth-pthread.patch (limited to 'media-sound/amsynth/files') 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 + #include ++#include + #include + #include + #include -- cgit v1.2.3-65-gdbad