diff options
author | Caleb Tennis <caleb@gentoo.org> | 2004-08-10 23:35:15 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2004-08-10 23:35:15 +0000 |
commit | 670c83dbf0b286436deb47bd43f2037a422d34d9 (patch) | |
tree | 700c752c92263b3e5671282447f5c9898da6ee0a /media-libs/tunepimp/files | |
parent | Moving glabels to app-office (diff) | |
download | gentoo-2-670c83dbf0b286436deb47bd43f2037a422d34d9.tar.gz gentoo-2-670c83dbf0b286436deb47bd43f2037a422d34d9.tar.bz2 gentoo-2-670c83dbf0b286436deb47bd43f2037a422d34d9.zip |
Add a patch to make it compile
Diffstat (limited to 'media-libs/tunepimp/files')
-rw-r--r-- | media-libs/tunepimp/files/thread.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/media-libs/tunepimp/files/thread.patch b/media-libs/tunepimp/files/thread.patch new file mode 100644 index 000000000000..883ff383f2e4 --- /dev/null +++ b/media-libs/tunepimp/files/thread.patch @@ -0,0 +1,10 @@ +--- lib/threads/posix/thread.cpp.orig 2004-08-10 18:29:40.072865000 -0500 ++++ lib/threads/posix/thread.cpp 2004-08-10 18:29:46.896827600 -0500 +@@ -29,6 +29,7 @@ + #include <string.h> + #include <sched.h> + #include "thread.h" ++#include <signal.h> + + #define DB printf("%s:%d\n", __FILE__, __LINE__); + |