1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/games/maelstrom/files/patch-ab
Matthew Hunt 9414530b46 Import of Maelstrom, a nifty Asteroids-like game. In its original
Macintosh form, it addicted a former roommate for the better part of
a semester.

PR:		6654
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
1998-05-17 05:43:37 +00:00

12 lines
295 B
Plaintext

--- mixer.h Sun May 25 21:18:10 1997
+++ /home/andy/tmp/wrk/mixer.h Thu May 14 00:25:17 1998
@@ -41,7 +41,7 @@
};
#define _PATH_DEV_AUDIO "/dev/audio"
-#ifdef linux
+#if (defined(linux) || defined(__FreeBSD__))
#define _PATH_DEV_DSP "/dev/dsp"
#else
#define _PATH_DEV_DSP _PATH_DEV_AUDIO