diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-06-18 09:21:21 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-06-18 09:21:21 +0000 |
commit | 5dfaba8ea1e84f0b981ac1ea14dbf2ebcf6c4cff (patch) | |
tree | 94263949a16f153327d82eb0e15dc57c28ad5254 /games/quake2lnx/files/patch-src::client::snd_mix.c | |
parent | Don't trust IP comes from fake HELO (diff) |
New port: games/quake2lnx
Quake2-LNX project aims to further develop and bug fix original Quake II
code released by id Software in 1998, as well as support multiple
architectures. It also includes additional rendering drivers, eyecandy stuff
from Quake2Max project, and experimental IPv6 support.
Submitted by: Alexey Dokuchaev <danfe (at) regency.nsu.ru>
Notes
Notes:
svn path=/head/; revision=83249
Diffstat (limited to 'games/quake2lnx/files/patch-src::client::snd_mix.c')
-rw-r--r-- | games/quake2lnx/files/patch-src::client::snd_mix.c | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/games/quake2lnx/files/patch-src::client::snd_mix.c b/games/quake2lnx/files/patch-src::client::snd_mix.c new file mode 100644 index 000000000000..c295644afe3a --- /dev/null +++ b/games/quake2lnx/files/patch-src::client::snd_mix.c @@ -0,0 +1,20 @@ +--- src/client/snd_mix.c.orig Wed Oct 9 03:54:25 2002 ++++ src/client/snd_mix.c Thu Jun 12 15:16:54 2003 +@@ -30,7 +30,7 @@ + + void S_WriteLinearBlastStereo16 (void); + +-#if !((defined __linux__ || defined __FreeBSD__) && defined __i386__) ++#if !((defined __linux__ || defined __FreeBSD__) && defined __i386__) || defined C_ONLY + #if !id386 + + void S_WriteLinearBlastStereo16 (void) +@@ -362,7 +362,7 @@ + } + + +-#if !((defined __linux__ || __FreeBSD__) && defined __i386__) ++#if !((defined __linux__ || __FreeBSD__) && defined __i386__) || defined C_ONLY + #if !id386 + + void S_PaintChannelFrom8 (channel_t *ch, sfxcache_t *sc, int count, int offset) |