Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-fps/warsow/files: warsow-1.0-pic.patch warsow-1.02-pic.patch
Date: Thu, 22 Nov 2012 14:30:24
Message-Id: 20121122143012.1E6C020C9F@flycatcher.gentoo.org
1 hasufell 12/11/22 14:30:12
2
3 Added: warsow-1.0-pic.patch warsow-1.02-pic.patch
4 Log:
5 fix missing patches wrt #444177
6
7 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
8
9 Revision Changes Path
10 1.1 games-fps/warsow/files/warsow-1.0-pic.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/warsow/files/warsow-1.0-pic.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/warsow/files/warsow-1.0-pic.patch?rev=1.1&content-type=text/plain
14
15 Index: warsow-1.0-pic.patch
16 ===================================================================
17 --- source/snd_qf/snd_mix.c
18 +++ source/snd_qf/snd_mix.c
19 @@ -27,7 +27,7 @@
20 int *snd_p, snd_linear_count, snd_vol, music_vol;
21 short *snd_out;
22
23 -#if !defined ( id386 ) || defined ( __MACOSX__ )
24 +#if defined ( PIC ) || !defined ( id386 ) || defined ( __MACOSX__ )
25 #ifdef _WIN32
26 #pragma warning( push )
27 #pragma warning( disable : 4310 ) // cast truncates constant value
28
29
30
31 1.1 games-fps/warsow/files/warsow-1.02-pic.patch
32
33 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/warsow/files/warsow-1.02-pic.patch?rev=1.1&view=markup
34 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/warsow/files/warsow-1.02-pic.patch?rev=1.1&content-type=text/plain
35
36 Index: warsow-1.02-pic.patch
37 ===================================================================
38 --- source/snd_qf/snd_mix.c
39 +++ source/snd_qf/snd_mix.c
40 @@ -27,7 +27,7 @@
41 int *snd_p, snd_linear_count, snd_vol, music_vol;
42 short *snd_out;
43
44 -#if !defined ( id386 ) || defined ( __MACOSX__ )
45 +#if defined ( PIC ) || !defined ( id386 ) || defined ( __MACOSX__ )
46 #ifdef _WIN32
47 #pragma warning( push )
48 #pragma warning( disable : 4310 ) // cast truncates constant value