diff options
Diffstat (limited to 'audio/bristol/files/patch-bristol-bristol.c')
-rw-r--r-- | audio/bristol/files/patch-bristol-bristol.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/audio/bristol/files/patch-bristol-bristol.c b/audio/bristol/files/patch-bristol-bristol.c deleted file mode 100644 index e98e58d1f7a3..000000000000 --- a/audio/bristol/files/patch-bristol-bristol.c +++ /dev/null @@ -1,14 +0,0 @@ ---- bristol/bristol.c.orig 2012-04-27 13:04:28.000000000 +0200 -+++ bristol/bristol.c 2012-09-24 15:43:08.299853839 +0200 -@@ -27,7 +27,11 @@ - #include <unistd.h> - #include <pthread.h> - #include <sys/types.h> -+#ifdef __FreeBSD__ -+#include <sys/wait.h> -+#else - #include <wait.h> -+#endif - - #if defined(linux) - #include <sched.h> |