summaryrefslogtreecommitdiff
path: root/audio/rubberband/files/patch-StrecherProcess.cpp
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-07-26 16:51:15 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-07-26 16:51:15 +0000
commit9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 (patch)
tree9b071a8105704e992946dcd6b801e9fcb7635142 /audio/rubberband/files/patch-StrecherProcess.cpp
parentMooseFS is a Fault tolerant, High Available, Highly Performing, Scale-Out, (diff)
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
Diffstat (limited to 'audio/rubberband/files/patch-StrecherProcess.cpp')
-rw-r--r--audio/rubberband/files/patch-StrecherProcess.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/audio/rubberband/files/patch-StrecherProcess.cpp b/audio/rubberband/files/patch-StrecherProcess.cpp
deleted file mode 100644
index 733775d18915..000000000000
--- a/audio/rubberband/files/patch-StrecherProcess.cpp
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/StretcherProcess.cpp-dist 2012-01-08 17:24:27.535146749 +0100
-+++ src/StretcherProcess.cpp 2012-01-08 17:21:19.739152441 +0100
-@@ -26,7 +26,8 @@
- #include "system/VectorOps.h"
-
- #ifndef _WIN32
--#include <alloca.h>
-+/* linux stdlib include alloca.h */
-+#include <stdlib.h>
- #endif
-
- #include <cassert>