summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2009-07-27 19:09:51 +0000
committerTristan Heaven <nyhm@gentoo.org>2009-07-27 19:09:51 +0000
commit21babbcf74a626a17a86f240a5d30be6387a2ac3 (patch)
tree9424932e7391e1a8f1e1e75663d36823dc91781e /games-arcade/holotz-castle/files/holotz-castle-1.3.14-gcc44.patch
parentFix (kind of harmless) typo in haskell-cabal eclass. $CABAL_UNKNONW -> $CABAL... (diff)
downloadgentoo-2-21babbcf74a626a17a86f240a5d30be6387a2ac3.tar.gz
gentoo-2-21babbcf74a626a17a86f240a5d30be6387a2ac3.tar.bz2
gentoo-2-21babbcf74a626a17a86f240a5d30be6387a2ac3.zip
Version bump
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'games-arcade/holotz-castle/files/holotz-castle-1.3.14-gcc44.patch')
-rw-r--r--games-arcade/holotz-castle/files/holotz-castle-1.3.14-gcc44.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/games-arcade/holotz-castle/files/holotz-castle-1.3.14-gcc44.patch b/games-arcade/holotz-castle/files/holotz-castle-1.3.14-gcc44.patch
new file mode 100644
index 000000000000..0c3af53591bf
--- /dev/null
+++ b/games-arcade/holotz-castle/files/holotz-castle-1.3.14-gcc44.patch
@@ -0,0 +1,11 @@
+--- 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)
+ {