Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-strategy/ufo-ai/files: ufo-ai-2.1.1-dprintf.patch
Date: Sun, 24 Aug 2008 14:56:38
Message-Id: E1KXH1A-0007NL-F8@stork.gentoo.org
1 tupone 08/08/24 14:56:36
2
3 Added: ufo-ai-2.1.1-dprintf.patch
4 Log:
5 Fix for dprintf redefine. Bug #232694
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 games-strategy/ufo-ai/files/ufo-ai-2.1.1-dprintf.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/ufo-ai/files/ufo-ai-2.1.1-dprintf.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/ufo-ai/files/ufo-ai-2.1.1-dprintf.patch?rev=1.1&content-type=text/plain
13
14 Index: ufo-ai-2.1.1-dprintf.patch
15 ===================================================================
16 --- src/game/g_local.h.old 2008-08-24 16:23:45.000000000 +0200
17 +++ src/game/g_local.h 2008-08-24 16:26:05.000000000 +0200
18 @@ -41,6 +41,9 @@
19 /* short, server-visible player_t and edict_t structures, */
20 /* because we define the full size ones in this file */
21 #define GAME_INCLUDE
22 +#ifdef dprintf
23 +#undef dprintf
24 +#endif
25 #include "game.h"
26
27 /* the "gameversion" client command will print this plus compile date */