summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/amsynth/files/amsynth-1.1.0-gcc4.patch')
-rw-r--r--media-sound/amsynth/files/amsynth-1.1.0-gcc4.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/media-sound/amsynth/files/amsynth-1.1.0-gcc4.patch b/media-sound/amsynth/files/amsynth-1.1.0-gcc4.patch
deleted file mode 100644
index 19bbd12d9c20..000000000000
--- a/media-sound/amsynth/files/amsynth-1.1.0-gcc4.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -urN ../tmp-orig/amsynth-1.1.0/src/Thread.h ./src/Thread.h
---- ../tmp-orig/amsynth-1.1.0/src/Thread.h 2005-10-26 19:45:10.000000000 +0000
-+++ ./src/Thread.h 2005-11-02 10:31:44.000000000 +0000
-@@ -26,6 +26,7 @@
- #define _THREAD_H
-
- #include <pthread.h>
-+#include <signal.h>
-
- class Thread
- {