diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2002-07-30 12:37:01 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2002-07-30 12:37:01 +0000 |
commit | 902ad7758cc8c389f79a79ffdfd2b492a6f45bf4 (patch) | |
tree | bdf650e1671de43e03bbe8984fd5bf046b9c7757 /audio/sidplay | |
parent | 4bd162e8abdbb60cb7aa168924da9dbc3bc2cbd7 (diff) | |
download | ports-902ad7758cc8c389f79a79ffdfd2b492a6f45bf4.tar.gz ports-902ad7758cc8c389f79a79ffdfd2b492a6f45bf4.zip |
Notes
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 |