summaryrefslogtreecommitdiff
path: root/audio/sidplay
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2002-07-30 12:37:01 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2002-07-30 12:37:01 +0000
commit902ad7758cc8c389f79a79ffdfd2b492a6f45bf4 (patch)
treebdf650e1671de43e03bbe8984fd5bf046b9c7757 /audio/sidplay
parentUpdate to 20020111 (diff)
machine/soundcard.h -> sys/soundcard.h
PR: 41148 Submitted by: Alex Varju <varju@webct.com>
Notes
Notes: svn path=/head/; revision=63729
Diffstat (limited to 'audio/sidplay')
-rw-r--r--audio/sidplay/files/patch-audio_oss_audiodrv.h16
-rw-r--r--audio/sidplay/files/patch-configure14
2 files changed, 30 insertions, 0 deletions
diff --git a/audio/sidplay/files/patch-audio_oss_audiodrv.h b/audio/sidplay/files/patch-audio_oss_audiodrv.h
new file mode 100644
index 000000000000..89ecd047abb6
--- /dev/null
+++ b/audio/sidplay/files/patch-audio_oss_audiodrv.h
@@ -0,0 +1,16 @@
+
+$FreeBSD$
+
+--- audio/oss/audiodrv.h.orig Sun Apr 11 06:00:00 1999
++++ audio/oss/audiodrv.h Tue Jul 30 14:12:10 2002
+@@ -16,8 +16,8 @@
+
+ #if defined(HAVE_LINUX) && defined(HAVE_LINUX_SOUNDCARD_H)
+ #include <linux/soundcard.h>
+-#elif defined(HAVE_FREEBSD) && defined(HAVE_MACHINE_SOUNDCARD_H)
+- #include <machine/soundcard.h>
++#elif defined(HAVE_FREEBSD) && defined(HAVE_SYS_SOUNDCARD_H)
++ #include <sys/soundcard.h>
+ #elif defined(HAVE_NETBSD) && defined(HAVE_SOUNDCARD_H)
+ #include <soundcard.h>
+ #else
diff --git a/audio/sidplay/files/patch-configure b/audio/sidplay/files/patch-configure
new file mode 100644
index 000000000000..d104c0c07017
--- /dev/null
+++ b/audio/sidplay/files/patch-configure
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- configure.orig Mon Mar 11 11:42:18 2002
++++ configure Tue Jul 30 14:09:39 2002
+@@ -1416,7 +1416,7 @@
+ fi
+ done
+
+-for ac_hdr in sys/ioctl.h linux/soundcard.h machine/soundcard.h \
++for ac_hdr in sys/ioctl.h linux/soundcard.h sys/soundcard.h \
+ soundcard.h sys/audio.h sun/audioio.h sun/dbriio.h sys/audioio.h \
+ audio.h dmedia/audio.h
+ do