diff options
author | John Marino <marino@FreeBSD.org> | 2016-08-23 21:21:05 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-08-23 21:21:05 +0000 |
commit | a819ff5bf70701d2258e60949d8d9b3deaa02c38 (patch) | |
tree | 0346963b4fc292b58b3d365470c7d9a912a0a53b /audio/zinf/files/patch-base_src_preferences.cpp | |
parent | Update to version 0.28 (diff) |
audio/zinf: document ncurses requirement
While here, import several dports patches to add missing headers
for c++.
Notes
Notes:
svn path=/head/; revision=420749
Diffstat (limited to 'audio/zinf/files/patch-base_src_preferences.cpp')
-rw-r--r-- | audio/zinf/files/patch-base_src_preferences.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/zinf/files/patch-base_src_preferences.cpp b/audio/zinf/files/patch-base_src_preferences.cpp new file mode 100644 index 000000000000..a843333458ca --- /dev/null +++ b/audio/zinf/files/patch-base_src_preferences.cpp @@ -0,0 +1,12 @@ +--- base/src/preferences.cpp.orig 2004-02-14 00:24:01.000000000 +0200 ++++ base/src/preferences.cpp +@@ -31,6 +31,9 @@ ________________________________________ + #include <string> + #include <stdlib.h> + ++extern "C" { ++#include <strings.h> ++} + #ifdef __QNX__ + #include <strings.h> + #endif |