summaryrefslogtreecommitdiff
path: root/audio/sooperlooper/files/patch-libs-pbd-ftw.cc
diff options
context:
space:
mode:
Diffstat (limited to 'audio/sooperlooper/files/patch-libs-pbd-ftw.cc')
-rw-r--r--audio/sooperlooper/files/patch-libs-pbd-ftw.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/sooperlooper/files/patch-libs-pbd-ftw.cc b/audio/sooperlooper/files/patch-libs-pbd-ftw.cc
deleted file mode 100644
index fc00fc0d3882..000000000000
--- a/audio/sooperlooper/files/patch-libs-pbd-ftw.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- libs/pbd/ftw.cc-dist 2012-01-08 20:15:45.901151819 +0100
-+++ libs/pbd/ftw.cc 2012-01-08 20:15:58.904148109 +0100
-@@ -33,7 +33,7 @@
- #include <sys/types.h> /* Because fts(3) says so */
- #include <sys/stat.h>
- #include <fts.h>
--#include <alloca.h>
-+#include <cstdlib>
-
- #include <unistd.h> /* We want strcpy */
-