summaryrefslogtreecommitdiff
path: root/audio/aumix/files/patch-src::common.h
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2002-11-25 01:56:46 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2002-11-25 01:56:46 +0000
commitd694131e0cb9ea9745e5b64acfd8defcbbd1353a (patch)
tree99b0f5096284ae53885e4a1dc5b610089b1a3966 /audio/aumix/files/patch-src::common.h
parentFixed bug where port makefile attempted to bypass automake/autoconf (diff)
Update to 2.8. Take maintainership.
Approved by: cpiazza (carte blanche)
Diffstat (limited to 'audio/aumix/files/patch-src::common.h')
-rw-r--r--audio/aumix/files/patch-src::common.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/audio/aumix/files/patch-src::common.h b/audio/aumix/files/patch-src::common.h
deleted file mode 100644
index bfba61c3dfcc..000000000000
--- a/audio/aumix/files/patch-src::common.h
+++ /dev/null
@@ -1,25 +0,0 @@
-$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 */