diff options
author | naddy <naddy@FreeBSD.org> | 2002-07-30 20:37:01 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2002-07-30 20:37:01 +0800 |
commit | a0af6329bd2e9d4a93a8e4c40a695550ba96bdc4 (patch) | |
tree | 8d6a4585152837d074754029f7933ce778380bde /audio/sidplay | |
parent | 2c3dc158f0ea4f59820a9c0e8a5b78247c0e2ce6 (diff) | |
download | freebsd-ports-gnome-a0af6329bd2e9d4a93a8e4c40a695550ba96bdc4.tar.gz freebsd-ports-gnome-a0af6329bd2e9d4a93a8e4c40a695550ba96bdc4.tar.zst freebsd-ports-gnome-a0af6329bd2e9d4a93a8e4c40a695550ba96bdc4.zip |
machine/soundcard.h -> sys/soundcard.h
PR: 41148
Submitted by: Alex Varju <varju@webct.com>
Diffstat (limited to 'audio/sidplay')
-rw-r--r-- | audio/sidplay/files/patch-audio_oss_audiodrv.h | 16 | ||||
-rw-r--r-- | audio/sidplay/files/patch-configure | 14 |
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 |