summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Arnold <nerdboy@gentoo.org>2006-06-02 06:06:52 +0000
committerSteve Arnold <nerdboy@gentoo.org>2006-06-02 06:06:52 +0000
commit62b1303e5384235847335fecd9fd670f7c04340d (patch)
treec6f062148601c6d5858a1737d84a9f1c35fa2777 /dev-util/rapidsvn/files
parentupdated symlinks in both recent versions, fix for bug 135130 (diff)
downloadgentoo-2-62b1303e5384235847335fecd9fd670f7c04340d.tar.gz
gentoo-2-62b1303e5384235847335fecd9fd670f7c04340d.tar.bz2
gentoo-2-62b1303e5384235847335fecd9fd670f7c04340d.zip
updates for bugs 134978 and 134976
(Portage version: 2.1_rc3-r2)
Diffstat (limited to 'dev-util/rapidsvn/files')
-rw-r--r--dev-util/rapidsvn/files/rapidsvn-0.9.2-gcc-4.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-util/rapidsvn/files/rapidsvn-0.9.2-gcc-4.patch b/dev-util/rapidsvn/files/rapidsvn-0.9.2-gcc-4.patch
new file mode 100644
index 000000000000..a96b8d8c1176
--- /dev/null
+++ b/dev-util/rapidsvn/files/rapidsvn-0.9.2-gcc-4.patch
@@ -0,0 +1,22 @@
+--- src/action.hpp.orig 2006-04-04 11:53:17.000000000 +0200
++++ src/action.hpp 2006-05-31 02:01:19.000000000 +0200
+@@ -299,7 +299,7 @@
+ * @return temporary filename
+ */
+ svn::Path
+- Action::GetPathAsTempFile (
++ GetPathAsTempFile (
+ const svn::Path & path,
+ const svn::Revision & revision = svn::Revision::HEAD);
+
+--- src/preferences_dlg.cpp.orig 2006-05-10 15:52:36.000000000 +0200
++++ src/preferences_dlg.cpp 2006-05-31 02:11:31.000000000 +0200
+@@ -94,7 +94,7 @@
+ class ProgramsPanel : public wxPanel
+ {
+ public:
+- ProgramsPanel::ProgramsPanel (wxWindow* parent, Preferences * prefs)
++ ProgramsPanel (wxWindow* parent, Preferences * prefs)
+ : wxPanel (parent), m_prefs (prefs)
+ {
+ InitializeData ();