From 3ccc810a42449c212962619367cc51b9e54f9374 Mon Sep 17 00:00:00 2001 From: "Andreas V. 'netrunner' Meier" Date: Thu, 24 Jun 2004 11:15:15 +0000 Subject: [PATCH] Andreas V. Meier: tse3: gcc34.patch [2004061515380821114] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@3365 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/clifford/tse3/gcc34.patch | 107 ++++++++++++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 package/clifford/tse3/gcc34.patch diff --git a/package/clifford/tse3/gcc34.patch b/package/clifford/tse3/gcc34.patch new file mode 100644 index 000000000..ad0f79356 --- /dev/null +++ b/package/clifford/tse3/gcc34.patch @@ -0,0 +1,107 @@ +diff -ruN tse3-0.2.7/src/tse3/app/Application.h tse3-0.2.7-new/src/tse3/app/Application.h +--- tse3-0.2.7/src/tse3/app/Application.h 2002-07-28 17:17:09.000000000 +0200 ++++ tse3-0.2.7-new/src/tse3/app/Application.h 2004-06-15 15:25:18.808754168 +0200 +@@ -35,12 +35,12 @@ + namespace Cmd + { + class CommandHistory; +- }; ++ } + + namespace Ins + { + class Destination; +- }; ++ } + + /** + * The App namespace contains classes that use the @ref TSE3 +diff -ruN tse3-0.2.7/src/tse3/app/Record.h tse3-0.2.7-new/src/tse3/app/Record.h +--- tse3-0.2.7/src/tse3/app/Record.h 2002-07-28 17:17:09.000000000 +0200 ++++ tse3-0.2.7-new/src/tse3/app/Record.h 2004-06-15 15:27:10.691745368 +0200 +@@ -36,7 +36,7 @@ + namespace Cmd + { + class CommandHistory; +- }; ++ } + + namespace App + { +diff -ruN tse3-0.2.7/src/tse3/Midi.h tse3-0.2.7-new/src/tse3/Midi.h +--- tse3-0.2.7/src/tse3/Midi.h 2002-07-28 17:17:07.000000000 +0200 ++++ tse3-0.2.7-new/src/tse3/Midi.h 2004-06-15 15:14:33.921791888 +0200 +@@ -819,6 +819,6 @@ + const MidiEvent &e1; + }; + }; +-}; ++} + + #endif +diff -ruN tse3-0.2.7/src/tse3/Mutex.h tse3-0.2.7-new/src/tse3/Mutex.h +--- tse3-0.2.7/src/tse3/Mutex.h 2002-07-28 17:17:08.000000000 +0200 ++++ tse3-0.2.7-new/src/tse3/Mutex.h 2004-06-15 15:28:52.521264928 +0200 +@@ -315,7 +315,7 @@ + #endif + } + }; +- }; ++ } + } + + #endif +diff -ruN tse3-0.2.7/src/tse3/Notifier.h tse3-0.2.7-new/src/tse3/Notifier.h +--- tse3-0.2.7/src/tse3/Notifier.h 2002-08-20 16:59:15.000000000 +0200 ++++ tse3-0.2.7-new/src/tse3/Notifier.h 2004-06-15 15:17:15.756189320 +0200 +@@ -290,7 +290,7 @@ + const p4_type &p4; // (*) + }; + +- }; ++ } + + /************************************************************************** + * Public Notifier framework API +@@ -367,7 +367,7 @@ + */ + typedef Listener listener_type; + +- friend class listener_type; ++ friend class Listener; + + protected: + +@@ -602,7 +602,7 @@ + if (notifiers.erase(notifier)) notifier->detach(this); + } + +- friend class notifier_type; ++ friend class Notifier; + + protected: + +diff -ruN tse3-0.2.7/src/tse3/plt/Arts.cpp tse3-0.2.7-new/src/tse3/plt/Arts.cpp +--- tse3-0.2.7/src/tse3/plt/Arts.cpp 2002-10-22 15:16:45.000000000 +0200 ++++ tse3-0.2.7-new/src/tse3/plt/Arts.cpp 2004-06-15 15:21:15.540736528 +0200 +@@ -74,7 +74,7 @@ + + ArtsCommon *artsCommon = 0; + int artsCommonInit = 0; +-}; ++} + + + ArtsMidiScheduler::ArtsMidiScheduler() +diff -ruN tse3-0.2.7/src/tse3/util/MulDiv.h tse3-0.2.7-new/src/tse3/util/MulDiv.h +--- tse3-0.2.7/src/tse3/util/MulDiv.h 2002-07-28 17:17:13.000000000 +0200 ++++ tse3-0.2.7-new/src/tse3/util/MulDiv.h 2004-06-15 15:18:59.332443336 +0200 +@@ -34,7 +34,7 @@ + * @return val * num / div (which coped with integer overflows) + */ + extern int muldiv(int val, int num, int div); +- }; ++ } + } + + #endif