Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-geosciences/gebabbel/files: gebabbel-0.3-gcc45.patch
Date: Thu, 06 May 2010 11:43:02
Message-Id: 20100506114258.10FCA2C3F9@corvid.gentoo.org
1 ssuominen 10/05/06 11:42:57
2
3 Added: gebabbel-0.3-gcc45.patch
4 Log:
5 Fix building with GCC 4.5+ wrt #318579 by Kacper Kowalik.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 sci-geosciences/gebabbel/files/gebabbel-0.3-gcc45.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/gebabbel/files/gebabbel-0.3-gcc45.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/gebabbel/files/gebabbel-0.3-gcc45.patch?rev=1.1&content-type=text/plain
13
14 Index: gebabbel-0.3-gcc45.patch
15 ===================================================================
16 Fixing build with gcc 4.5
17
18 http://bugs.gentoo.org/show_bug.cgi?id=318579
19
20 --- src/MyMainWindow.cpp
21 +++ src/MyMainWindow.cpp
22 @@ -219,7 +219,7 @@
23
24 // Creating the toolbar
25 MainToolBar = addToolBar( tr( "Main Toolbar" ) );
26 - MainToolBar->setIconSize( QSize::QSize( 16, 16 ) );
27 + MainToolBar->setIconSize( QSize( 16, 16 ) );
28 MainToolBar->setAllowedAreas( Qt::TopToolBarArea );
29 MainToolBar->setMovable( false );