From e630fe4517b2c55c2bceb271daf2fffbd378e197 Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 8 Sep 2002 01:37:39 +0000 Subject: Partially fix build on -current (machine/soundcard.h -> sys/soundcard.h). This still blows up with a C++ error. --- audio/wmmixer/files/patch-ab | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 audio/wmmixer/files/patch-ab diff --git a/audio/wmmixer/files/patch-ab b/audio/wmmixer/files/patch-ab new file mode 100644 index 000000000000..dc33862be3f6 --- /dev/null +++ b/audio/wmmixer/files/patch-ab @@ -0,0 +1,11 @@ +--- mixctl.h.orig Sat Sep 7 18:36:29 2002 ++++ mixctl.h Sat Sep 7 18:36:36 2002 +@@ -19,7 +19,7 @@ + #include + #endif + #ifdef __FreeBSD__ +-#include ++#include + #endif + #ifdef __linux__ + #include -- cgit