public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-strategy/netherearth/files: netherearth-0.52-glibc-212.patch
@ 2010-08-31 15:47 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2010-08-31 15:47 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/08/31 15:47:48

  Added:                netherearth-0.52-glibc-212.patch
  Log:
  Fix building with recent glibc wrt #335137 by Diego E. Pettenò.
  
  (Portage version: 2.2_rc69/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  games-strategy/netherearth/files/netherearth-0.52-glibc-212.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/netherearth/files/netherearth-0.52-glibc-212.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/netherearth/files/netherearth-0.52-glibc-212.patch?rev=1.1&content-type=text/plain

Index: netherearth-0.52-glibc-212.patch
===================================================================
http://bugs.gentoo.org/335137

--- sources/mainmenu.cpp
+++ sources/mainmenu.cpp
@@ -3,6 +3,7 @@
 #else
 #include <stddef.h>
 #include <sys/types.h>
+#include <sys/stat.h>
 #include <dirent.h>
 #endif
 
--- sources/nethersave.cpp
+++ sources/nethersave.cpp
@@ -1,5 +1,8 @@
 #ifdef _WIN32
 #include "windows.h"
+#else
+#include <sys/types.h>
+#include <sys/stat.h>
 #endif
 
 #include "string.h"






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

only message in thread, other threads:[~2010-08-31 15:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-31 15:47 [gentoo-commits] gentoo-x86 commit in games-strategy/netherearth/files: netherearth-0.52-glibc-212.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