diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-01-24 20:09:10 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-01-24 20:09:10 +0000 |
commit | 31eeb3a7009a1fe7303a0a0638e20fc78ed125f6 (patch) | |
tree | 6155d4887dc49646807c0b0c715bd835b825bb63 /games-roguelike/crossfire-client/files | |
parent | Fix building with gcc34 thanks to Erik Ridderby <paddlaren@gmail.com> in bug ... (diff) | |
download | gentoo-2-31eeb3a7009a1fe7303a0a0638e20fc78ed125f6.tar.gz gentoo-2-31eeb3a7009a1fe7303a0a0638e20fc78ed125f6.tar.bz2 gentoo-2-31eeb3a7009a1fe7303a0a0638e20fc78ed125f6.zip |
Fixing bug #96633 and cleaning up older versions.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'games-roguelike/crossfire-client/files')
4 files changed, 0 insertions, 45 deletions
diff --git a/games-roguelike/crossfire-client/files/1.5.0-errno.patch b/games-roguelike/crossfire-client/files/1.5.0-errno.patch deleted file mode 100644 index c0c929b40bce..000000000000 --- a/games-roguelike/crossfire-client/files/1.5.0-errno.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- common/client.h.orig 2003-06-27 20:15:48.000000000 -0400 -+++ common/client.h 2003-06-27 20:16:12.000000000 -0400 -@@ -270,7 +270,7 @@ - /* We need to declare most of the structs before we can include this */ - #include <proto.h> - --extern int errno; -+#include <errno.h> - - /* translation of the STAT_RES names into printable names, - * in matching order. ---- common/newsocket.c.orig 2003-06-27 20:15:36.000000000 -0400 -+++ common/newsocket.c 2003-06-27 20:15:41.000000000 -0400 -@@ -154,7 +154,6 @@ - int SockList_ReadPacket(int fd, SockList *sl, int len) - { - int stat,toread,readsome=0; -- extern int errno; - - /* We already have a partial packet */ - if (sl->len<2) { diff --git a/games-roguelike/crossfire-client/files/1.6.0-errno.patch b/games-roguelike/crossfire-client/files/1.6.0-errno.patch deleted file mode 100644 index c0c929b40bce..000000000000 --- a/games-roguelike/crossfire-client/files/1.6.0-errno.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- common/client.h.orig 2003-06-27 20:15:48.000000000 -0400 -+++ common/client.h 2003-06-27 20:16:12.000000000 -0400 -@@ -270,7 +270,7 @@ - /* We need to declare most of the structs before we can include this */ - #include <proto.h> - --extern int errno; -+#include <errno.h> - - /* translation of the STAT_RES names into printable names, - * in matching order. ---- common/newsocket.c.orig 2003-06-27 20:15:36.000000000 -0400 -+++ common/newsocket.c 2003-06-27 20:15:41.000000000 -0400 -@@ -154,7 +154,6 @@ - int SockList_ReadPacket(int fd, SockList *sl, int len) - { - int stat,toread,readsome=0; -- extern int errno; - - /* We already have a partial packet */ - if (sl->len<2) { diff --git a/games-roguelike/crossfire-client/files/digest-crossfire-client-1.6.1 b/games-roguelike/crossfire-client/files/digest-crossfire-client-1.6.1 deleted file mode 100644 index 77a766079ea5..000000000000 --- a/games-roguelike/crossfire-client/files/digest-crossfire-client-1.6.1 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 609a44e079803bc48c966b1766a02863 crossfire-client-1.6.1.tar.gz 512603 -MD5 eace4167725f0aeed77190e0efcd5ee0 crossfire-client-1.6.1.configure.gz 53151 diff --git a/games-roguelike/crossfire-client/files/digest-crossfire-client-1.7.0 b/games-roguelike/crossfire-client/files/digest-crossfire-client-1.7.0 deleted file mode 100644 index 5970b2328ea6..000000000000 --- a/games-roguelike/crossfire-client/files/digest-crossfire-client-1.7.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 ef405f78d54be0bf22feeef6b4fc0d73 crossfire-client-1.7.0.tar.gz 458940 |