diff options
author | kris <kris@FreeBSD.org> | 2002-09-08 09:37:39 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-09-08 09:37:39 +0800 |
commit | e630fe4517b2c55c2bceb271daf2fffbd378e197 (patch) | |
tree | 4f9f22e6f87a494c05120a31f66e2a9bdba2dd7f | |
parent | 8c7c32a63c896961b34ebfc7ae26c22541e821a5 (diff) | |
download | freebsd-ports-gnome-e630fe4517b2c55c2bceb271daf2fffbd378e197.tar.gz freebsd-ports-gnome-e630fe4517b2c55c2bceb271daf2fffbd378e197.tar.zst freebsd-ports-gnome-e630fe4517b2c55c2bceb271daf2fffbd378e197.zip |
Partially fix build on -current (machine/soundcard.h -> sys/soundcard.h).
This still blows up with a C++ error.
-rw-r--r-- | audio/wmmixer/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
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 <soundcard.h> + #endif + #ifdef __FreeBSD__ +-#include <machine/soundcard.h> ++#include <sys/soundcard.h> + #endif + #ifdef __linux__ + #include <linux/soundcard.h> |