summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-action/0verkill/files')
-rw-r--r--games-action/0verkill/files/0verkill-0.16-CC.patch4
-rw-r--r--games-action/0verkill/files/0verkill-0.16-gentoo-paths.patch4
-rw-r--r--games-action/0verkill/files/0verkill-0.16-home-overflow.patch4
-rw-r--r--games-action/0verkill/files/0verkill-0.16-ovflfix.patch8
4 files changed, 10 insertions, 10 deletions
diff --git a/games-action/0verkill/files/0verkill-0.16-CC.patch b/games-action/0verkill/files/0verkill-0.16-CC.patch
index b2ba0f014d86..568f8a4aa6f2 100644
--- a/games-action/0verkill/files/0verkill-0.16-CC.patch
+++ b/games-action/0verkill/files/0verkill-0.16-CC.patch
@@ -1,5 +1,5 @@
---- Makefile.in.orig 2010-11-08 13:30:42.060916323 -0500
-+++ Makefile.in 2010-11-08 13:31:03.199940471 -0500
+--- a/Makefile.in 2010-11-08 13:30:42.060916323 -0500
++++ b/Makefile.in 2010-11-08 13:31:03.199940471 -0500
@@ -24,7 +24,7 @@
server.o: server.c server.h net.h data.h hash.h cfg.h time.h math.h config.h error.h
client.o: client.c data.h sprite.h cfg.h net.h hash.h time.h math.h console.h help.h blit.h config.h error.h
diff --git a/games-action/0verkill/files/0verkill-0.16-gentoo-paths.patch b/games-action/0verkill/files/0verkill-0.16-gentoo-paths.patch
index a5ecaec01684..d48b758c9e53 100644
--- a/games-action/0verkill/files/0verkill-0.16-gentoo-paths.patch
+++ b/games-action/0verkill/files/0verkill-0.16-gentoo-paths.patch
@@ -1,5 +1,5 @@
---- sprite.c.orig 2007-11-15 18:26:30.000000000 -0500
-+++ sprite.c 2007-11-15 18:26:57.000000000 -0500
+--- a/sprite.c 2007-11-15 18:26:30.000000000 -0500
++++ b/sprite.c 2007-11-15 18:26:57.000000000 -0500
@@ -2,6 +2,7 @@
#include <ctype.h>
#include <stdlib.h>
diff --git a/games-action/0verkill/files/0verkill-0.16-home-overflow.patch b/games-action/0verkill/files/0verkill-0.16-home-overflow.patch
index ec9b7efb36e7..63bfb5fa7a6a 100644
--- a/games-action/0verkill/files/0verkill-0.16-home-overflow.patch
+++ b/games-action/0verkill/files/0verkill-0.16-home-overflow.patch
@@ -1,5 +1,5 @@
---- client.c.orig 2001-12-16 04:26:38.000000000 -0500
-+++ client.c 2003-11-17 15:12:52.850772508 -0500
+--- a/client.c 2001-12-16 04:26:38.000000000 -0500
++++ b/client.c 2003-11-17 15:12:52.850772508 -0500
@@ -191,9 +191,9 @@
unsigned char txt[256];
diff --git a/games-action/0verkill/files/0verkill-0.16-ovflfix.patch b/games-action/0verkill/files/0verkill-0.16-ovflfix.patch
index 3df8a0789545..a8a832e19619 100644
--- a/games-action/0verkill/files/0verkill-0.16-ovflfix.patch
+++ b/games-action/0verkill/files/0verkill-0.16-ovflfix.patch
@@ -1,5 +1,5 @@
---- server.c.old 2010-11-08 11:53:18.000000000 +0100
-+++ server.c 2010-11-08 11:53:43.000000000 +0100
+--- a/server.c 2010-11-08 11:53:18.000000000 +0100
++++ b/server.c 2010-11-08 11:53:43.000000000 +0100
@@ -905,8 +905,8 @@
int len;
@@ -11,8 +11,8 @@
send_chunk_packet_to_player(packet,len,player);
}
---- console.c.old 2010-11-08 11:53:26.000000000 +0100
-+++ console.c 2010-11-08 11:54:44.000000000 +0100
+--- a/console.c 2010-11-08 11:53:26.000000000 +0100
++++ b/console.c 2010-11-08 11:54:44.000000000 +0100
@@ -206,7 +206,7 @@
void c_setcolor_3b(unsigned char a)
{