]> git.pld-linux.org Git - packages/doomlegacy.git/blob - doomlegacy-sound.patch
- build on x32
[packages/doomlegacy.git] / doomlegacy-sound.patch
1 --- doomlegacy_142_src/linux_x/i_sound.c.orig   Sun Feb 23 01:03:54 2003
2 +++ doomlegacy_142_src/linux_x/i_sound.c        Sun Feb 23 01:19:30 2003
3 @@ -880,7 +880,7 @@
4      if (nosound)
5          return;
6  
7 -    fn_snd = searchpath(sndserver_cmd.string);
8 +    fn_snd = "/usr/lib/doomlegacy/llsndserv";
9  
10      // start sound process
11      if (!access(fn_snd, X_OK))
12 @@ -1004,7 +1004,7 @@
13          return;
14  
15  #ifdef MUSSERV
16 -    fn_mus = searchpath(musserver_cmd.string);
17 +    fn_mus = "/usr/lib/doomlegacy/musserver";
18  
19      // now try to start the music server process
20      if (!access(fn_mus, X_OK))
This page took 0.069014 seconds and 3 git commands to generate.