public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-strategy/asc/files: asc-2.5.0.0-gcc47.patch
@ 2012-10-30 15:07 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 2+ messages in thread
From: Alfredo Tupone (tupone) @ 2012-10-30 15:07 UTC (permalink / raw
  To: gentoo-commits

tupone      12/10/30 15:07:24

  Added:                asc-2.5.0.0-gcc47.patch
  Log:
  Fix build with gcc-4.7 Bug #423377
  
  (Portage version: 2.1.11.31/cvs/Linux i686, signed Manifest commit with key 0145142D)

Revision  Changes    Path
1.1                  games-strategy/asc/files/asc-2.5.0.0-gcc47.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/asc/files/asc-2.5.0.0-gcc47.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/asc/files/asc-2.5.0.0-gcc47.patch?rev=1.1&content-type=text/plain

Index: asc-2.5.0.0-gcc47.patch
===================================================================
--- source/graphics/drawing.h.old	2012-10-30 10:33:47.617844756 +0100
+++ source/graphics/drawing.h	2012-10-30 10:46:23.444784874 +0100
@@ -169,7 +169,7 @@
          PixelType* pix = (PixelType*)( surf.pixels() );
          pix += pos.y * surf.pitch()/pixelsize + pos.x;
 
-         assign ( src, pix );
+         this->assign ( src, pix );
       };
 };
 
--- source/graphics/blitter.h.old	2012-10-30 12:21:14.767021349 +0100
+++ source/graphics/blitter.h	2012-10-30 12:22:18.492472029 +0100
@@ -928,6 +928,7 @@
       ;
 };
 
+#include "drawing.h"
 
 
 extern const int ColorMerger_Alpha_XLAT_Table_shadings[8]; 
--- source/itemrepository.cpp.old	2012-10-30 10:32:06.771697823 +0100
+++ source/itemrepository.cpp	2012-10-30 12:23:42.973448933 +0100
@@ -88,7 +88,7 @@
    t->filename = fileName;
    t->location = location;
    t->archive = prc.getArchive();
-   add ( t );
+   this->add ( t );
 }
 
 
@@ -110,7 +110,7 @@
       t->archive = stream.readString();
       dataLoaderTicker();
 
-      add ( t );
+      this->add ( t );
       // add ( T::newFromStream(stream ));
    }
 }





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

* [gentoo-commits] gentoo-x86 commit in games-strategy/asc/files: asc-2.5.0.0-gcc47.patch
@ 2015-02-19  1:29 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2015-02-19  1:29 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    15/02/19 01:29:40

  Removed:              asc-2.5.0.0-gcc47.patch
  Log:
  old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)


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

end of thread, other threads:[~2015-02-19  1:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-19  1:29 [gentoo-commits] gentoo-x86 commit in games-strategy/asc/files: asc-2.5.0.0-gcc47.patch Michael Sterrett (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2012-10-30 15:07 Alfredo Tupone (tupone)

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