r949 - packages/trunk/boson/boson-base/debian/patches
Gonéri Le Bouder
goneri-guest at costa.debian.org
Fri Jun 30 22:30:11 UTC 2006
Author: goneri-guest
Date: 2006-06-30 22:30:11 +0000 (Fri, 30 Jun 2006)
New Revision: 949
Added:
packages/trunk/boson/boson-base/debian/patches/00_build_with_gcc4.1.patch
Log:
A 00_build_with_gcc4.1.patch
Added: packages/trunk/boson/boson-base/debian/patches/00_build_with_gcc4.1.patch
===================================================================
--- packages/trunk/boson/boson-base/debian/patches/00_build_with_gcc4.1.patch 2006-06-30 21:35:32 UTC (rev 948)
+++ packages/trunk/boson/boson-base/debian/patches/00_build_with_gcc4.1.patch 2006-06-30 22:30:11 UTC (rev 949)
@@ -0,0 +1,29 @@
+diff -ru boson-code-0.12.orig/boson/bosonufoglwidget.cpp boson-code-0.12/boson/bosonufoglwidget.cpp
+--- boson-code-0.12.orig/boson/bosonufoglwidget.cpp 2006-06-19 17:17:55.000000000 +0200
++++ boson-code-0.12/boson/bosonufoglwidget.cpp 2006-06-19 17:18:30.000000000 +0200
+@@ -35,11 +35,11 @@
+ BoUfoRealProfiling()
+ {
+ }
+- void BoUfoRealProfiling::push(const QString& name)
++ void push(const QString& name)
+ {
+ boProfiling->push(name);
+ }
+- void BoUfoRealProfiling::pop()
++ void pop()
+ {
+ boProfiling->pop();
+ }
+diff -ru boson-code-0.12.orig/boson/qlistviewitemnumber.cpp boson-code-0.12/boson/qlistviewitemnumber.cpp
+--- boson-code-0.12.orig/boson/qlistviewitemnumber.cpp 2006-06-19 17:17:55.000000000 +0200
++++ boson-code-0.12/boson/qlistviewitemnumber.cpp 2006-06-19 17:28:02.000000000 +0200
+@@ -51,7 +51,7 @@
+ QString QListViewItemNumberPrefix::key(int column, bool ascending) const
+ {
+ QString k = QListViewItemNumber::key(column, ascending);
+- QRegExp r("^[0-9]+(\.[0-9]+)?");
++ QRegExp r("^[0-9]+(\\.[0-9]+)?");
+ if (r.search(k) >= 0) {
+ return r.cap(0);
+ }
More information about the Pkg-games-commits
mailing list