Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-fps/warsow/files: warsow-1.5.1-pic.patch warsow-1.03-pic.patch
Date: Mon, 30 Jun 2014 06:22:35
Message-Id: 20140630062230.7AE112004F@flycatcher.gentoo.org
1 mr_bones_ 14/06/30 06:22:30
2
3 Added: warsow-1.5.1-pic.patch
4 Removed: warsow-1.03-pic.patch
5 Log:
6 clean up patch layout; fix missing dep x11-libs/libXi (bug #515748)
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.1 games-fps/warsow/files/warsow-1.5.1-pic.patch
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/warsow/files/warsow-1.5.1-pic.patch?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/warsow/files/warsow-1.5.1-pic.patch?rev=1.1&content-type=text/plain
15
16 Index: warsow-1.5.1-pic.patch
17 ===================================================================
18 --- source/snd_qf/snd_mix.c
19 +++ source/snd_qf/snd_mix.c
20 @@ -27,7 +27,7 @@
21 int *snd_p, snd_linear_count, snd_vol, music_vol;
22 short *snd_out;
23
24 -#if !defined ( id386 ) || defined ( __MACOSX__ )
25 +#if defined ( PIC ) || !defined ( id386 ) || defined ( __MACOSX__ )
26 #ifdef _WIN32
27 #pragma warning( push )
28 #pragma warning( disable : 4310 ) // cast truncates constant value