public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-kids/gmult/files: gmult-5.3-gcc43.patch
@ 2008-05-02 19:35 Tristan Heaven (nyhm)
  0 siblings, 0 replies; 2+ messages in thread
From: Tristan Heaven (nyhm) @ 2008-05-02 19:35 UTC (permalink / raw
  To: gentoo-commits

nyhm        08/05/02 19:35:35

  Added:                gmult-5.3-gcc43.patch
  Log:
  Fix building with gcc-4.3
  (Portage version: 2.1.5_rc6)

Revision  Changes    Path
1.1                  games-kids/gmult/files/gmult-5.3-gcc43.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-kids/gmult/files/gmult-5.3-gcc43.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-kids/gmult/files/gmult-5.3-gcc43.patch?rev=1.1&content-type=text/plain

Index: gmult-5.3-gcc43.patch
===================================================================
--- gmult/DigitChooser.cpp
+++ gmult/DigitChooser.cpp
@@ -19,6 +19,7 @@
 #include "DigitChooser.h"
 #include "config.h"
 #include "gettext.h"
+#include <cstring>
 
 DigitChooser::DigitChooser (Gtk::Window &parent, MultPuzzle &puzzle, char letter)
 	: Gtk::Dialog ("", parent, true, false)
--- gmult/GtkMult.cpp
+++ gmult/GtkMult.cpp
@@ -3,6 +3,7 @@
 #include "config.h"
 #include "gettext.h"
 
+#include <cstring>
 #include <gtkmm/icontheme.h>
 
 GtkMult::GtkMult (void)
--- gmult/GtkMultTable.cpp
+++ gmult/GtkMultTable.cpp
@@ -22,7 +22,8 @@
 #include "DigitChooser.h"
 #include "config.h"
 #include "gettext.h"
-#include <ctype.h>
+#include <cctype>
+#include <cstring>
 
 GtkMultTable::GtkMultTable (MultPuzzle *p)
 	: Gtk::Table (1, 1, TRUE), puzzle (p)



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in games-kids/gmult/files: gmult-5.3-gcc43.patch
@ 2014-06-27  5:53 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2014-06-27  5:53 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    14/06/27 05:53:15

  Removed:              gmult-5.3-gcc43.patch
  Log:
  fix underlinking (bug #515318); clean old
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)


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

end of thread, other threads:[~2014-06-27  5:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-02 19:35 [gentoo-commits] gentoo-x86 commit in games-kids/gmult/files: gmult-5.3-gcc43.patch Tristan Heaven (nyhm)
  -- strict thread matches above, loose matches on Subject: below --
2014-06-27  5:53 Michael Sterrett (mr_bones_)

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