diff options
author | petef <petef@FreeBSD.org> | 2002-06-07 10:21:52 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2002-06-07 10:21:52 +0800 |
commit | 9da515ee47165aec61cb8137029c868edc28ebb5 (patch) | |
tree | d6bfce7faf476642ebb341e245bd82c6943ed92e /audio/aumix | |
parent | 9e77c34b55ad5f09668f9893e22e0500633dd797 (diff) | |
download | freebsd-ports-gnome-9da515ee47165aec61cb8137029c868edc28ebb5.tar.gz freebsd-ports-gnome-9da515ee47165aec61cb8137029c868edc28ebb5.tar.zst freebsd-ports-gnome-9da515ee47165aec61cb8137029c868edc28ebb5.zip |
machine/soundcard.h -> sys/soundcard.h
Submitted by: bento
Diffstat (limited to 'audio/aumix')
-rw-r--r-- | audio/aumix/files/patch-src::common.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/audio/aumix/files/patch-src::common.h b/audio/aumix/files/patch-src::common.h new file mode 100644 index 000000000000..bfba61c3dfcc --- /dev/null +++ b/audio/aumix/files/patch-src::common.h @@ -0,0 +1,25 @@ +$FreeBSD$ + +--- src/common.h.orig Thu Jun 6 19:50:10 2002 ++++ src/common.h Thu Jun 6 19:51:01 2002 +@@ -24,18 +24,14 @@ + #include <unistd.h> + #include <fcntl.h> + #include <sys/ioctl.h> +-/* "The nice thing about standards..." */ +-#if defined (__FreeBSD__) +-#include <machine/soundcard.h> +-#else ++/* "The nice thing about standards..." */ + #if defined (__NetBSD__) || defined (__OpenBSD__) + #include <soundcard.h> /* OSS emulation */ + #undef ioctl + #else +-/* BSDI, Linux, Solaris */ ++/* FreeBSD, BSDI, Linux, Solaris */ + #include <sys/soundcard.h> + #endif /* __NetBSD__ or __OpenBSD__ */ +-#endif /* __FreeBSD__ */ + #ifdef HAVE_ALSA + #include <sys/asoundlib.h> + #endif /* HAVE_ALSA */ |