aboutsummaryrefslogtreecommitdiffstats
path: root/audio/darkice/files/patch-src_JackDspSource.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'audio/darkice/files/patch-src_JackDspSource.cpp')
-rw-r--r--audio/darkice/files/patch-src_JackDspSource.cpp32
1 files changed, 0 insertions, 32 deletions
diff --git a/audio/darkice/files/patch-src_JackDspSource.cpp b/audio/darkice/files/patch-src_JackDspSource.cpp
deleted file mode 100644
index 6e0035d1a1b1..000000000000
--- a/audio/darkice/files/patch-src_JackDspSource.cpp
+++ /dev/null
@@ -1,32 +0,0 @@
---- src/JackDspSource.cpp.orig Mon Apr 4 17:36:17 2005
-+++ src/JackDspSource.cpp Fri Apr 15 04:15:23 2005
-@@ -38,6 +38,18 @@
- #include "config.h"
- #endif
-
-+#ifdef HAVE_STDIO_H
-+#include <stdio.h>
-+#else
-+#error need stdio.h
-+#endif
-+
-+#ifdef HAVE_STDLIB_H
-+#include <stdlib.h>
-+#else
-+#error need stdlib.h
-+#endif
-+
- #ifdef HAVE_UNISTD_H
- #include <unistd.h>
- #else
-@@ -60,6 +72,10 @@
- #include <math.h>
- #else
- #error need math.h
-+#endif
-+
-+#ifdef __FreeBSD__
-+#define lrintf(x) rintf(x)
- #endif
-
- #include "Util.h"