summaryrefslogtreecommitdiff
path: root/games/maelstrom/files/patch-ab
blob: e5bb4c021395d9cef5ef6285700d5f42f24d3cd4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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