summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2017-12-22 16:14:46 +0100
committerDavid Seifert <soap@gentoo.org>2017-12-23 14:08:12 +0100
commit2fa45fa7eb30beb64670e0ea6a917c8536219fc4 (patch)
tree1514f5b5dc11e254a551680447462fa6ed2fbefd /games-action
parentgames-action/bzflag: remove unused patches (diff)
downloadgentoo-2fa45fa7eb30beb64670e0ea6a917c8536219fc4.tar.gz
gentoo-2fa45fa7eb30beb64670e0ea6a917c8536219fc4.tar.bz2
gentoo-2fa45fa7eb30beb64670e0ea6a917c8536219fc4.zip
games-action/koth: remove unused patch
Diffstat (limited to 'games-action')
-rw-r--r--games-action/koth/files/koth-0.8.0-gcc-3.4.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/games-action/koth/files/koth-0.8.0-gcc-3.4.patch b/games-action/koth/files/koth-0.8.0-gcc-3.4.patch
deleted file mode 100644
index 4a858cbe03a9..000000000000
--- a/games-action/koth/files/koth-0.8.0-gcc-3.4.patch
+++ /dev/null
@@ -1,29 +0,0 @@
---- relay.c.old 2004-11-01 09:19:04.835537536 +0000
-+++ relay.c 2004-11-01 09:19:59.453234384 +0000
-@@ -260,6 +260,7 @@
- else goto bail;
- goto nextpkt;
- bail:
-+ ;
- }
- }
- }
---- ballistics.c.old 2004-11-01 09:19:33.132235784 +0000
-+++ ballistics.c 2004-11-01 09:20:16.849589736 +0000
-@@ -92,6 +92,7 @@
- break;
- case WALL_LAST:
- /* just to satisfy gcc -Wall */
-+ ;
- }
- }
-
-@@ -210,7 +211,7 @@
- break;
- case WALL_RANDOM: /* both of this can't happen, */
- case WALL_LAST: /* so they are here to satisfy gcc -Wall */
--
-+ ;
- }
- }
- return FLYING;