mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
6e27856bf7
Files are now installed in share/doom/ and libexec/doom/. bin/doom is now a script. Now the linuxddom port is useful only if one wants joystick support or the musserver program.
26 lines
577 B
Plaintext
26 lines
577 B
Plaintext
--- linuxdoom-1.10/i_sound.c.orig Mon Dec 22 20:57:15 1997
|
|
+++ linuxdoom-1.10/i_sound.c Wed Feb 10 04:18:53 1999
|
|
@@ -42,7 +42,7 @@
|
|
#include <sys/ioctl.h>
|
|
|
|
// Linux voxware output.
|
|
-#include <linux/soundcard.h>
|
|
+#include <machine/soundcard.h>
|
|
|
|
// Timer stuff. Experimental.
|
|
#include <time.h>
|
|
@@ -740,11 +740,13 @@
|
|
#ifdef SNDSERV
|
|
char buffer[256];
|
|
|
|
+#if jmz
|
|
if (getenv("DOOMWADDIR"))
|
|
sprintf(buffer, "%s/%s",
|
|
getenv("DOOMWADDIR"),
|
|
sndserver_filename);
|
|
else
|
|
+#endif
|
|
sprintf(buffer, "%s", sndserver_filename);
|
|
|
|
// start sound process
|