summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2006-04-04 23:42:10 +0000
committerCarsten Lohrke <carlo@gentoo.org>2006-04-04 23:42:10 +0000
commitbf41dac6f01a50594fc076056fb85398cacca50c (patch)
tree1b5e5f95288de519f5261333ab5b917c8ddb03bd /dev-util/lincvs/files
parentRevision bump for 0.86.2 to disable setuptools (install with setuptools prese... (diff)
downloadgentoo-2-bf41dac6f01a50594fc076056fb85398cacca50c.tar.gz
gentoo-2-bf41dac6f01a50594fc076056fb85398cacca50c.tar.bz2
gentoo-2-bf41dac6f01a50594fc076056fb85398cacca50c.zip
gcc 4.1 fix, thanks to Matteo Azzali, bug #126526.
(Portage version: 2.0.54)
Diffstat (limited to 'dev-util/lincvs/files')
-rw-r--r--dev-util/lincvs/files/lincvs-1.4.4-gcc-4.1.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-util/lincvs/files/lincvs-1.4.4-gcc-4.1.diff b/dev-util/lincvs/files/lincvs-1.4.4-gcc-4.1.diff
new file mode 100644
index 000000000000..0fb5c7349901
--- /dev/null
+++ b/dev-util/lincvs/files/lincvs-1.4.4-gcc-4.1.diff
@@ -0,0 +1,11 @@
+--- src/PixmapTimer.h.orig 2006-03-17 14:47:15.000000000 +0100
++++ src/PixmapTimer.h 2006-03-17 14:49:28.000000000 +0100
+@@ -84,7 +84,7 @@
+
+ public:
+ CPixmapTimer(QObject * parent = 0, const char * name = 0);
+- CPixmapTimer::~CPixmapTimer();
++ ~CPixmapTimer();
+
+ signals:
+ void signalTimeout(const QPixmap &);