public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/systemsettings/files: systemsettings-4.9.0-parallel-build.patch
@ 2012-08-21 20:21 Johannes Huber (johu)
  0 siblings, 0 replies; 2+ messages in thread
From: Johannes Huber (johu) @ 2012-08-21 20:21 UTC (permalink / raw
  To: gentoo-commits

johu        12/08/21 20:21:58

  Added:                systemsettings-4.9.0-parallel-build.patch
  Log:
  Add upstream patch to fix build with aggressive parallel compile options wrt bug #430940.
  
  (Portage version: 2.2.0_alpha121/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  kde-base/systemsettings/files/systemsettings-4.9.0-parallel-build.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/systemsettings/files/systemsettings-4.9.0-parallel-build.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/systemsettings/files/systemsettings-4.9.0-parallel-build.patch?rev=1.1&content-type=text/plain

Index: systemsettings-4.9.0-parallel-build.patch
===================================================================
commit 00578c3036e0a267cd50e63d3745264a533d1899
Author: Christoph Feck <christoph@maxiom.de>
Date:   Mon Aug 13 16:41:37 2012 +0200

    Use forward declaration
    
    Instead of including a file from another target, which might
    not have been generated yet.
    
    BUG: 304987
    FIXED-IN: 4.9.1
    (cherry picked from commit 46b9acb42eed48f0fd3b9d2391dc8a217003cafc)

diff --git a/kcontrol/randr/randrconfig.h b/kcontrol/randr/randrconfig.h
index 37f7b57..86fdefc 100644
--- a/kcontrol/randr/randrconfig.h
+++ b/kcontrol/randr/randrconfig.h
@@ -22,7 +22,6 @@
 
 #include "ui_randrconfigbase.h"
 #include "randr.h"
-#include "outputconfig.h"
 
 #include <QWidget>
 #include <QTimer>
@@ -33,6 +32,9 @@ class CollapsibleWidget;
 class RandRDisplay;
 class OutputGraphicsItem;
 class LayoutManager;
+class OutputConfig;
+
+typedef QList<OutputConfig*> OutputConfigList;
 
 class RandRConfig : public QWidget, public Ui::RandRConfigBase
 {





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in kde-base/systemsettings/files: systemsettings-4.9.0-parallel-build.patch
@ 2013-01-08 12:57 Michael Palimaka (kensington)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Palimaka (kensington) @ 2013-01-08 12:57 UTC (permalink / raw
  To: gentoo-commits

kensington    13/01/08 12:57:09

  Removed:              systemsettings-4.9.0-parallel-build.patch
  Log:
  Remove unused patches.
  
  (Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-01-08 12:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-08 12:57 [gentoo-commits] gentoo-x86 commit in kde-base/systemsettings/files: systemsettings-4.9.0-parallel-build.patch Michael Palimaka (kensington)
  -- strict thread matches above, loose matches on Subject: below --
2012-08-21 20:21 Johannes Huber (johu)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox