diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-12-26 23:34:51 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-12-26 23:34:51 +0000 |
commit | a7fea62898c9952c5a534e806e8549f7b0ec8aa5 (patch) | |
tree | c9ac407667fb35159c8975df61edf8c4cd6d7d90 /audio/spiralsynthmodular/files/patch-gcc46 | |
parent | Don't wrap a couple of lines. No other entries wrap these lines, so when (diff) |
- Unbreak build with lang/gcc46
PR: 163346
Submitted by: Jan Beich <jbeich@tormail.net>
Notes
Notes:
svn path=/head/; revision=288086
Diffstat (limited to 'audio/spiralsynthmodular/files/patch-gcc46')
-rw-r--r-- | audio/spiralsynthmodular/files/patch-gcc46 | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/audio/spiralsynthmodular/files/patch-gcc46 b/audio/spiralsynthmodular/files/patch-gcc46 new file mode 100644 index 000000000000..75f9e77444f1 --- /dev/null +++ b/audio/spiralsynthmodular/files/patch-gcc46 @@ -0,0 +1,32 @@ +--- SpiralSound/ChannelHandler.C~ ++++ SpiralSound/ChannelHandler.C +@@ -19,6 +19,9 @@ + #include "ChannelHandler.h" + #include <unistd.h> + ++#include <cstdlib> ++#include <cstring> ++ + using namespace std; + + //#define CHANNEL_DEBUG +--- SpiralSound/Plugins/LADSPAPlugin/LADSPAInfo.C~ ++++ SpiralSound/Plugins/LADSPAPlugin/LADSPAInfo.C +@@ -30,6 +30,7 @@ + #include <stdio.h> + + #include <cstdlib> ++#include <cstring> + #include <sys/types.h> + #include <sys/stat.h> + #include <dirent.h> +--- SpiralSound/Sample.h~ ++++ SpiralSound/Sample.h +@@ -23,6 +23,7 @@ + + #include <assert.h> + #include <limits.h> ++#include <cstring> + #include <iostream> + + //#define DEBUG |