summaryrefslogtreecommitdiff
path: root/games/maelstrom/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'games/maelstrom/files/patch-ab')
-rw-r--r--games/maelstrom/files/patch-ab11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/maelstrom/files/patch-ab b/games/maelstrom/files/patch-ab
new file mode 100644
index 000000000000..e5bb4c021395
--- /dev/null
+++ b/games/maelstrom/files/patch-ab
@@ -0,0 +1,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