]> git.pld-linux.org Git - packages/doomlegacy.git/commitdiff
f844ff292a3d12916c1c5574dc2f5078 doomlegacy-sound.patch
authormisi3k <misi3k@pld-linux.org>
Sun, 23 Feb 2003 00:29:20 +0000 (00:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fix paths to snd&mus serv

Changed files:
    doomlegacy-sound.patch -> 1.1

doomlegacy-sound.patch [new file with mode: 0644]

diff --git a/doomlegacy-sound.patch b/doomlegacy-sound.patch
new file mode 100644 (file)
index 0000000..cba341d
--- /dev/null
@@ -0,0 +1,20 @@
+--- doomlegacy_src/linux_x/i_sound.c.orig      Sun Feb 23 01:03:54 2003
++++ doomlegacy_src/linux_x/i_sound.c   Sun Feb 23 01:19:30 2003
+@@ -929,7 +929,7 @@
+   if (nosound)
+     return;
+-  fn_snd = searchpath(sndserver_cmd.string);
++  fn_snd = "/usr/lib/doomlegacy/llsndserv";
+   
+   // start sound process
+   if ( !access(fn_snd, X_OK) )
+@@ -1057,7 +1057,7 @@
+     return;
+ #ifdef MUSSERV
+-  fn_mus = searchpath(musserver_cmd.string);
++  fn_mus = "/usr/lib/doomlegacy/musserver";
+   // now try to start the music server process
+   if (!access(fn_mus, X_OK)) {
This page took 0.049967 seconds and 4 git commands to generate.