From 0c13fa71e55117133e5718d0195f5d374c6f747e Mon Sep 17 00:00:00 2001 From: Anders Nordby Date: Sun, 27 Feb 2005 14:22:08 +0000 Subject: Unbreak build for FreeBSD >= 5.x. --- audio/HVSC-Update/files/patch-src-TextFile.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 audio/HVSC-Update/files/patch-src-TextFile.h (limited to 'audio/HVSC-Update/files/patch-src-TextFile.h') diff --git a/audio/HVSC-Update/files/patch-src-TextFile.h b/audio/HVSC-Update/files/patch-src-TextFile.h new file mode 100644 index 000000000000..2d8fcfc01347 --- /dev/null +++ b/audio/HVSC-Update/files/patch-src-TextFile.h @@ -0,0 +1,23 @@ +--- src/TextFile.h.orig Fri Mar 29 19:35:26 2002 ++++ src/TextFile.h Sun Feb 27 15:03:16 2005 +@@ -10,12 +10,18 @@ + #endif + #include + #include +-#include ++#include ++using namespace std; + #include + #if defined(HAVE_STRSTREA_H) + #include + #else +-#include ++#include "strstream" ++ ++using std::strstreambuf; ++using std::istrstream; ++using std::ostrstream; ++using std::strstream; + #endif + + #include "fformat.h" // strnicmp stuff -- cgit v1.2.3