]> git.pld-linux.org Git - packages/wxWidgets.git/commitdiff
- hack to build with gcc 4
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 1 Feb 2006 18:18:28 +0000 (18:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wxWidgets-gcc4.patch -> 1.1

wxWidgets-gcc4.patch [new file with mode: 0644]

diff --git a/wxWidgets-gcc4.patch b/wxWidgets-gcc4.patch
new file mode 100644 (file)
index 0000000..37551a3
--- /dev/null
@@ -0,0 +1,11 @@
+--- wxWidgets-2.6.2/src/common/uri.cpp.orig    2006-02-01 08:34:16.664085500 +0100
++++ wxWidgets-2.6.2/src/common/uri.cpp 2006-02-01 08:27:23.390257500 +0100
+@@ -886,7 +886,7 @@
+                     op += 3;
+             }
+-            m_path = base.m_path.substr(0, bp - base.m_path.c_str()) +
++            m_path = (const wxString)base.m_path.substr(0, bp - base.m_path.c_str()) +
+                     m_path.substr((op - m_path.c_str()), m_path.Length());
+         }
+     }
This page took 0.026577 seconds and 4 git commands to generate.