summaryrefslogtreecommitdiff
path: root/editors/lyx/patches/patch-src_support_debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'editors/lyx/patches/patch-src_support_debug.h')
-rw-r--r--editors/lyx/patches/patch-src_support_debug.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/editors/lyx/patches/patch-src_support_debug.h b/editors/lyx/patches/patch-src_support_debug.h
new file mode 100644
index 00000000000..a292ab1991e
--- /dev/null
+++ b/editors/lyx/patches/patch-src_support_debug.h
@@ -0,0 +1,24 @@
+$NetBSD: patch-src_support_debug.h,v 1.1 2013/05/09 13:56:58 joerg Exp $
+
+--- src/support/debug.h.orig 2013-05-09 11:37:52.000000000 +0000
++++ src/support/debug.h
+@@ -19,17 +19,8 @@
+ #define LYXDEBUG_H
+
+ #include "support/strfwd.h"
+-
+-
+-namespace std {
+-
+-class ios_base;
+-
+-template<typename CharT, typename Traits> class basic_streambuf;
+-typedef basic_streambuf<char, char_traits<char> > streambuf;
+-
+-}
+-
++#include <ios>
++#include <streambuf>
+
+ namespace lyx {
+