You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-fps/warsow/files/warsow-1.03-pic.patch

12 lines
377 B

--- source/snd_qf/snd_mix.c
+++ source/snd_qf/snd_mix.c
@@ -27,7 +27,7 @@
int *snd_p, snd_linear_count, snd_vol, music_vol;
short *snd_out;
-#if !defined ( id386 ) || defined ( __MACOSX__ )
+#if defined ( PIC ) || !defined ( id386 ) || defined ( __MACOSX__ )
#ifdef _WIN32
#pragma warning( push )
#pragma warning( disable : 4310 ) // cast truncates constant value