summaryrefslogtreecommitdiff
path: root/audio/cheesetracker/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'audio/cheesetracker/patches/patch-aa')
-rw-r--r--audio/cheesetracker/patches/patch-aa17
1 files changed, 0 insertions, 17 deletions
diff --git a/audio/cheesetracker/patches/patch-aa b/audio/cheesetracker/patches/patch-aa
deleted file mode 100644
index 550241665f5..00000000000
--- a/audio/cheesetracker/patches/patch-aa
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2002/06/23 13:51:42 kent Exp $
-
---- waveout/sound_driver_oss.h.orig Wed Jun 19 22:49:41 2002
-+++ waveout/sound_driver_oss.h
-@@ -22,7 +22,12 @@
-
- #include <sound_driver.h>
- #include <fcntl.h>
-+#if defined(__NetBSD__)
-+#include <sys/audioio.h>
-+#include <soundcard.h>
-+#else
- #include <sys/soundcard.h>
-+#endif
- #include <sys/ioctl.h>
-
- #include "mutex_lock_pthreads.h"