summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-accessibility/festival/files/festival-1.95_beta-fbsd.patch')
-rw-r--r--app-accessibility/festival/files/festival-1.95_beta-fbsd.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/app-accessibility/festival/files/festival-1.95_beta-fbsd.patch b/app-accessibility/festival/files/festival-1.95_beta-fbsd.patch
new file mode 100644
index 000000000000..1d7622007076
--- /dev/null
+++ b/app-accessibility/festival/files/festival-1.95_beta-fbsd.patch
@@ -0,0 +1,21 @@
+--- speech_tools/audio/voxware.cc.orig 2007-06-29 14:37:11 -0700
++++ speech_tools/audio/voxware.cc 2007-06-29 14:37:37 -0700
+@@ -61,7 +61,7 @@
+ #include "EST_error.h"
+
+ #ifdef SUPPORT_FREEBSD16
+-#include <machine/soundcard.h>
++#include <sys/soundcard.h>
+ #include <fcntl.h>
+ int freebsd16_supported = TRUE;
+ int linux16_supported = FALSE;
+--- speech_tools/audio/voxware.cc.orig 2007-06-29 14:53:01 -0700
++++ speech_tools/audio/voxware.cc 2007-06-29 14:53:20 -0700
+@@ -66,6 +66,7 @@
+ int freebsd16_supported = TRUE;
+ int linux16_supported = FALSE;
+ static char *aud_sys_name = "FreeBSD";
++static int stereo_only = 0;
+ #endif
+
+ #ifdef SUPPORT_LINUX16