public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-arcade/njam/files: njam-1.25-gcc45.patch
@ 2010-05-06 10:55 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2010-05-06 10:55 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/05/06 10:55:03

  Added:                njam-1.25-gcc45.patch
  Log:
  Fix building with GCC 4.5+ wrt #318411 by Kacper Kowalik.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  games-arcade/njam/files/njam-1.25-gcc45.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/njam/files/njam-1.25-gcc45.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/njam/files/njam-1.25-gcc45.patch?rev=1.1&content-type=text/plain

Index: njam-1.25-gcc45.patch
===================================================================
Fix buiding with gcc 4.5

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

--- src/njamedit.cpp
+++ src/njamedit.cpp
@@ -114,7 +114,7 @@
 				key = SDLK_a;
 			else if (CheckForSave())
 			{
-				LogFile::LogFile("Saving maps");
+				LogFile("Saving maps");
 				m_Maps.Save(filename);
 				level_type_was = level_type;
 				changed = false;
@@ -131,7 +131,7 @@
 					char types[2][5] = { "COOP", "DUEL" };
 					sprintf(buf, "levels/%s.%s\0", filename, types[level_type]);
 					sprintf(filename, "%s\0", buf);
-					LogFile::LogFile("Saving maps");
+					LogFile("Saving maps");
 					m_Maps.Save(filename);
 					level_type_was = level_type;
 					changed = false;






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

only message in thread, other threads:[~2010-05-06 10:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-06 10:55 [gentoo-commits] gentoo-x86 commit in games-arcade/njam/files: njam-1.25-gcc45.patch Samuli Suominen (ssuominen)

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