public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-puzzle/enigma/files: enigma-1.01-gcc47.patch
@ 2012-09-28 12:24 Alfredo Tupone (tupone)
  0 siblings, 0 replies; only message in thread
From: Alfredo Tupone (tupone) @ 2012-09-28 12:24 UTC (permalink / raw
  To: gentoo-commits

tupone      12/09/28 12:24:34

  Added:                enigma-1.01-gcc47.patch
  Log:
  Fix build with gcc-4.7. Bug #424133
  Adding USE dependency on sdl-image. Bug #406857
  
  (Portage version: 2.1.11.21/cvs/Linux i686)

Revision  Changes    Path
1.1                  games-puzzle/enigma/files/enigma-1.01-gcc47.patch

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

Index: enigma-1.01-gcc47.patch
===================================================================
--- lib-src/enigma-core/ecl_alist.hh.old	2012-09-28 12:28:01.465223434 +0200
+++ lib-src/enigma-core/ecl_alist.hh	2012-09-28 12:28:41.195739039 +0200
@@ -61,7 +61,7 @@
 	VAL &operator[] (const key_type &key) { 
             iterator i=find(key);
             if (i==this->end())
-                i=insert(this->end(), make_pair(key, VAL()));
+                i=this->insert(this->end(), make_pair(key, VAL()));
             return i->second;
         }
     };





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-09-28 12:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-28 12:24 [gentoo-commits] gentoo-x86 commit in games-puzzle/enigma/files: enigma-1.01-gcc47.patch 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