summaryrefslogtreecommitdiff
path: root/audio/xsidplay/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'audio/xsidplay/patches/patch-ad')
-rw-r--r--audio/xsidplay/patches/patch-ad16
1 files changed, 0 insertions, 16 deletions
diff --git a/audio/xsidplay/patches/patch-ad b/audio/xsidplay/patches/patch-ad
deleted file mode 100644
index 7327f0e957b..00000000000
--- a/audio/xsidplay/patches/patch-ad
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ad,v 1.1.1.1 1999/05/12 08:05:36 frueauf Exp $
-
---- src/audio/linux/AudioDriver.h.orig Sat Apr 10 12:02:43 1999
-+++ src/audio/linux/AudioDriver.h Sat Apr 10 12:03:29 1999
-@@ -13,8 +13,10 @@
- #include <sidplay/compconf.h>
- #if defined(HAVE_LINUX) && defined(HAVE_LINUX_SOUNDCARD_H)
- #include <linux/soundcard.h>
--#elif defined(HAVE_FREEBSD) && defined((HAVE_MACHINE_SOUNDCARD_H)
-+#elif defined(HAVE_FREEBSD) && defined(HAVE_MACHINE_SOUNDCARD_H)
- #include <machine/soundcard.h>
-+#elif defined(HAVE_NETBSD) && defined(HAVE_SOUNDCARD_H)
-+ #include <soundcard.h>
- #else
- #error Audio driver not supported.
- #endif