aboutsummaryrefslogtreecommitdiff
path: root/audio/ecasound
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2013-10-06 23:17:08 +0000
committerJohn Marino <marino@FreeBSD.org>2013-10-06 23:17:08 +0000
commit3f22518c3f41fd2e8e19b0423c2d36f944d9a132 (patch)
treed01e155075cb3ba210a79074a10522040d22e7d8 /audio/ecasound
parentbc7cc3b13b69defd3318e123e069a623c8851bf8 (diff)
downloadports-3f22518c3f41fd2e8e19b0423c2d36f944d9a132.tar.gz
ports-3f22518c3f41fd2e8e19b0423c2d36f944d9a132.zip
audio/ecasound: #include <cstring>
C++ fix taken from dports.
Notes
Notes: svn path=/head/; revision=329639
Diffstat (limited to 'audio/ecasound')
-rw-r--r--audio/ecasound/files/patch-ecasound_eca-curses.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/ecasound/files/patch-ecasound_eca-curses.cpp b/audio/ecasound/files/patch-ecasound_eca-curses.cpp
new file mode 100644
index 000000000000..00befbf3a6ea
--- /dev/null
+++ b/audio/ecasound/files/patch-ecasound_eca-curses.cpp
@@ -0,0 +1,10 @@
+--- ecasound/eca-curses.cpp.orig 2009-04-11 09:44:06.000000000 +0000
++++ ecasound/eca-curses.cpp
+@@ -27,6 +27,7 @@
+ #include <cstdlib>
+ #include <iostream>
+ #include <map>
++#include <cstring>
+ #include <string>
+
+ #if defined(ECA_PLATFORM_CURSES)