Gentoo Logo
Gentoo Spaceship




Note: Due to technical difficulties, the Archives are currently not up to date. GMANE provides an alternative service for most mailing lists.
c.f. bug 424647
List Archive: gentoo-commits
Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-commits@g.o
From: "Kacper Kowalik (xarthisius)" <xarthisius@g.o>
Subject: gentoo-x86 commit in sci-geosciences/qgis/files: qgis-1.4.0-gcc45.patch
Date: Tue, 25 May 2010 12:29:36 +0000 (UTC)
xarthisius    10/05/25 12:29:36

  Added:                qgis-1.4.0-gcc45.patch
  Log:
  Fixing build with GCC 4.5 wrt bug 320787, adding missing dependecy wrt bug 320727, with scarabeus blessing
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  sci-geosciences/qgis/files/qgis-1.4.0-gcc45.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/qgis/files/qgis-1.4.0-gcc45.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/qgis/files/qgis-1.4.0-gcc45.patch?rev=1.1&content-type=text/plain

Index: qgis-1.4.0-gcc45.patch
===================================================================
Fixing gcc-4.5 compilation failure

http://bugs.gentoo.org/show_bug.cgi?id=320787

--- src/app/composer/qgscomposer.cpp
+++ src/app/composer/qgscomposer.cpp
@@ -1030,7 +1030,7 @@
   QSettings settings;
   restoreGeometry( settings.value( "/Composer/geometry" ).toByteArray() );
   QVariant splitterState = settings.value( "/Composer/splitterState" );
-  if ( splitterState != QVariant::QVariant() )
+  if ( splitterState != QVariant() )
   {
     //mSplitter->restoreState(settings.value("/Composer/splitterState").toByteArray());
   }





Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
gentoo-x86 commit in media-video/vlc: ChangeLog vlc-1.1.0_rc.ebuild vlc-1.1.0_pre4.ebuild
Next by thread:
gentoo-x86 commit in media-sound/soundkonverter: soundkonverter-1.0.0_beta1.ebuild ChangeLog soundkonverter-1.0.0_alpha2.ebuild
Previous by date:
gentoo-x86 commit in sci-geosciences/qgis: ChangeLog qgis-1.4.0.ebuild
Next by date:
gentoo commit in xml/htdocs/doc/de/handbook: hb-net-wireless.xml


Updated Jun 10, 2010

Summary: Archive of the gentoo-commits mailing list.

Donate to support our development efforts.

Copyright 2001-2013 Gentoo Foundation, Inc. Questions, Comments? Contact us.