Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-puzzle/pingus/files: pingus-0.7.6-gcc47.patch
Date: Mon, 09 Jul 2012 02:30:17
Message-Id: 20120709023002.4CBB320066@flycatcher.gentoo.org
1 mr_bones_ 12/07/09 02:30:02
2
3 Added: pingus-0.7.6-gcc47.patch
4 Log:
5 add gcc47 patch from Markus Oehme (bug #425238)
6
7 (Portage version: 2.1.10.65/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 games-puzzle/pingus/files/pingus-0.7.6-gcc47.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/pingus/files/pingus-0.7.6-gcc47.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/pingus/files/pingus-0.7.6-gcc47.patch?rev=1.1&content-type=text/plain
14
15 Index: pingus-0.7.6-gcc47.patch
16 ===================================================================
17 --- src/pingus/pingus_main.cpp.orig 2012-07-08 14:02:40.343767438 +0200
18 +++ src/pingus/pingus_main.cpp 2012-07-08 14:02:54.062768168 +0200
19 @@ -465,7 +465,7 @@
20 void
21 PingusMain::print_greeting_message()
22 {
23 - std::string greeting = "Welcome to Pingus "VERSION;
24 + std::string greeting = "Welcome to Pingus " VERSION;
25 greeting += "!";
26 std::cout << greeting << std::endl;
27 for (unsigned int i = 0; i < greeting.length(); ++i)
28 --- src/pingus/screens/pingus_menu.cpp.orig 2012-07-08 14:03:05.549768782 +0200
29 +++ src/pingus/screens/pingus_menu.cpp 2012-07-08 14:03:17.015769393 +0200
30 @@ -153,7 +153,7 @@
31 gc.get_height()/2 - 280));
32
33 gc.print_left(Fonts::pingus_small, Vector2i(gc.get_width()/2 - 400 + 25, gc.get_height()-140),
34 - "Pingus "VERSION" - Copyright (C) 1998-2011 Ingo Ruhnke <grumbel@×××××.com>\n"
35 + "Pingus " VERSION " - Copyright (C) 1998-2011 Ingo Ruhnke <grumbel@×××××.com>\n"
36 "See the file AUTHORS for a complete list of contributors.\n"
37 "Pingus comes with ABSOLUTELY NO WARRANTY. This is free software, and you are\n"
38 "welcome to redistribute it under certain conditions; see the file COPYING for details.\n");