From 4924f10e6f78c3e9b36f1d6b924730bf4db67535 Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Sat, 29 Oct 2005 22:12:45 +0000 Subject: missed one (Portage version: 2.0.51.22-r3) --- games-strategy/lgeneral/files/1.2_beta5-gcc4.patch | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 games-strategy/lgeneral/files/1.2_beta5-gcc4.patch (limited to 'games-strategy') diff --git a/games-strategy/lgeneral/files/1.2_beta5-gcc4.patch b/games-strategy/lgeneral/files/1.2_beta5-gcc4.patch deleted file mode 100644 index 226cfa34d8de..000000000000 --- a/games-strategy/lgeneral/files/1.2_beta5-gcc4.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -ur lgeneral-orig/src/ai.c lgeneral-1.2beta-5/src/ai.c ---- lgeneral-orig/src/ai.c 2005-10-07 16:58:21.000000000 +0200 -+++ lgeneral-1.2beta-5/src/ai.c 2005-10-07 16:58:48.000000000 +0200 -@@ -508,7 +508,7 @@ - */ - void ai_finalize( void ) - { --printf(__FUNCTION__ "\n"); -+printf("%s\n", __FUNCTION__); - if ( finalized ) - return; - printf("Really finalized\n"); -diff -ur lgeneral-orig/src/ai_group.c lgeneral-1.2beta-5/src/ai_group.c ---- lgeneral-orig/src/ai_group.c 2005-10-07 16:58:21.000000000 +0200 -+++ lgeneral-1.2beta-5/src/ai_group.c 2005-10-07 16:59:18.000000000 +0200 -@@ -560,7 +560,7 @@ - } - } - if ( unit == 0 ) { -- printf("ERROR: " __FUNCTION__ ": null unit detected\n"); -+ printf("ERROR: %s: null unit detected\n", __FUNCTION__); - return 0; - } - if ( group->state == GS_ART_FIRE ) -- cgit v1.2.3-65-gdbad