summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2002-07-30 12:37:01 +0000
committernaddy <naddy@FreeBSD.org>2002-07-30 12:37:01 +0000
commita0af6329bd2e9d4a93a8e4c40a695550ba96bdc4 (patch)
tree8d6a4585152837d074754029f7933ce778380bde /audio
parent2c3dc158f0ea4f59820a9c0e8a5b78247c0e2ce6 (diff)
downloadFreeBSD-ports-a0af6329bd2e9d4a93a8e4c40a695550ba96bdc4.zip
FreeBSD-ports-a0af6329bd2e9d4a93a8e4c40a695550ba96bdc4.tar.gz
machine/soundcard.h -> sys/soundcard.h
PR: 41148 Submitted by: Alex Varju <varju@webct.com>
Diffstat (limited to 'audio')
-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 0000000..89ecd04
--- /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 0000000..d104c0c
--- /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
OpenPOWER on IntegriCloud