aboutsummaryrefslogtreecommitdiff
path: root/audio/mxv/files/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'audio/mxv/files/patch-ah')
-rw-r--r--audio/mxv/files/patch-ah16
1 files changed, 16 insertions, 0 deletions
diff --git a/audio/mxv/files/patch-ah b/audio/mxv/files/patch-ah
new file mode 100644
index 000000000000..24754efa97f6
--- /dev/null
+++ b/audio/mxv/files/patch-ah
@@ -0,0 +1,16 @@
+*** vw_converter.C.orig Thu Apr 17 14:49:48 1997
+--- vw_converter.C Thu Apr 17 14:50:17 1997
+***************
+*** 27,33 ****
+--- 27,37 ----
+ #pragma implementation
+ #endif
+
++ #ifdef __FreeBSD__
++ #include <machine/soundcard.h>
++ #else
+ #include <sys/soundcard.h>
++ #endif
+ #include "localdefs.h"
+ #include "application.h"
+ #include "vw_converter.h"