Gentoo Archives: gentoo-commits

From: "Markus Dittrich (markusle)" <markusle@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/qtoctave/files: qtoctave-0.8.1-gcc4.4.patch
Date: Fri, 31 Jul 2009 13:12:58
Message-Id: E1MWruq-0004xm-6c@stork.gentoo.org
1 markusle 09/07/31 13:12:56
2
3 Added: qtoctave-0.8.1-gcc4.4.patch
4 Log:
5 Added gcc-4.4 compatibility patch (fixes bug #274039).
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 sci-mathematics/qtoctave/files/qtoctave-0.8.1-gcc4.4.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/qtoctave/files/qtoctave-0.8.1-gcc4.4.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/qtoctave/files/qtoctave-0.8.1-gcc4.4.patch?rev=1.1&content-type=text/plain
13
14 Index: qtoctave-0.8.1-gcc4.4.patch
15 ===================================================================
16 diff -Naur qtoctave-0.8.1/qtoctave/src/search_dialog.cpp qtoctave-0.8.1.new/qtoctave/src/search_dialog.cpp
17 --- qtoctave-0.8.1/qtoctave/src/search_dialog.cpp 2008-09-21 05:00:30.000000000 -0400
18 +++ qtoctave-0.8.1.new/qtoctave/src/search_dialog.cpp 2009-07-31 09:04:20.000000000 -0400
19 @@ -1,3 +1,4 @@
20 +#include <cstdio>
21 #include "search_dialog.h"
22
23 SearchDialog::SearchDialog(QWidget *parent): QDialog(parent)