* [gentoo-commits] gentoo-x86 commit in games-arcade/holotz-castle/files: holotz-castle-1.3.10-gcc44.patch
@ 2009-07-27 18:04 Tristan Heaven (nyhm)
0 siblings, 0 replies; only message in thread
From: Tristan Heaven (nyhm) @ 2009-07-27 18:04 UTC (permalink / raw
To: gentoo-commits
nyhm 09/07/27 18:04:51
Added: holotz-castle-1.3.10-gcc44.patch
Log:
Fix building with gcc-4.4, bug #273505
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Revision Changes Path
1.1 games-arcade/holotz-castle/files/holotz-castle-1.3.10-gcc44.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/holotz-castle/files/holotz-castle-1.3.10-gcc44.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/holotz-castle/files/holotz-castle-1.3.10-gcc44.patch?rev=1.1&content-type=text/plain
Index: holotz-castle-1.3.10-gcc44.patch
===================================================================
--- JLib/JLib/Util/JFS.cpp
+++ JLib/JLib/Util/JFS.cpp
@@ -887,7 +887,7 @@
// Si es un directorio lo importa recursivamente
struct dirent64 **namelist;
- n = scandir64(filename, &namelist, 0, alphasort);
+ n = scandir64(filename, &namelist, 0, alphasort64);
if (n < 0)
{
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-07-27 18:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-27 18:04 [gentoo-commits] gentoo-x86 commit in games-arcade/holotz-castle/files: holotz-castle-1.3.10-gcc44.patch Tristan Heaven (nyhm)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox