From 4f670845ff9ab6c48bcb5f7bf4d4ef6dc3c3064b Mon Sep 17 00:00:00 2001 From: manuel Date: Tue, 27 Mar 2012 11:51:08 +0200 Subject: reorganize file structure to match the upstream requirements --- misc/bochs-2.3.7-gcc43.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 misc/bochs-2.3.7-gcc43.patch (limited to 'misc/bochs-2.3.7-gcc43.patch') diff --git a/misc/bochs-2.3.7-gcc43.patch b/misc/bochs-2.3.7-gcc43.patch new file mode 100644 index 0000000..4646edf --- /dev/null +++ b/misc/bochs-2.3.7-gcc43.patch @@ -0,0 +1,12 @@ +--- bochs-2.3.7.orig/bx_debug/symbols.cc 2008/03/30 14:32:14 1.11 ++++ bochs-2.3.7/bx_debug/symbols.cc 2008/06/16 17:09:52 1.12 +@@ -95,6 +95,9 @@ + #endif + + using namespace std; ++#ifdef __GNUC__ ++using namespace __gnu_cxx; ++#endif + + struct symbol_entry_t + { -- cgit v1.2.3