summaryrefslogtreecommitdiff
path: root/games-arcade/holotz-castle/files/holotz-castle-1.3.14-gcc44.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
commit0cf2f20608308acdf3cb922c3736446bbd8f3388 (patch)
tree07815070629c7c11000a7f51ceb8ccbccb49a809 /games-arcade/holotz-castle/files/holotz-castle-1.3.14-gcc44.patch
parent1798c4aeca70ac8d0a243684d6a798fbc65735f8 (diff)
gentoo resync : 14.07.2018
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, 0 insertions, 11 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
deleted file mode 100644
index ecf9d5c32de9..000000000000
--- a/games-arcade/holotz-castle/files/holotz-castle-1.3.14-gcc44.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/JLib/JLib/Util/JFS.cpp
-+++ b/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)
- {