summaryrefslogtreecommitdiff
path: root/audio/festival/files/patch-speech_tools_voxware.cc
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2003-10-29 10:39:36 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2003-10-29 10:39:36 +0000
commitdbc57a213cb92e05a8a7322b4d2ccc256837a556 (patch)
treea9732a8cdb2652798c2d6bda466918914948e6f5 /audio/festival/files/patch-speech_tools_voxware.cc
parent* Upgrade to 2.0.1. (diff)
Enable compilation on FreeBSD 5.X. Try to support architectures
besides Alpha and i386. Use the FIND macro introduced in bsd.port.mk 1.391. Tidy whitespace.
Notes
Notes: svn path=/head/; revision=92553
Diffstat (limited to '')
-rw-r--r--audio/festival/files/patch-speech_tools_voxware.cc13
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/festival/files/patch-speech_tools_voxware.cc b/audio/festival/files/patch-speech_tools_voxware.cc
new file mode 100644
index 000000000000..6e9b564ed8ab
--- /dev/null
+++ b/audio/festival/files/patch-speech_tools_voxware.cc
@@ -0,0 +1,13 @@
+$FreeBSD$
+
+--- speech_tools/audio/voxware.cc.orig Tue Sep 28 16:38:22 1999
++++ speech_tools/audio/voxware.cc Wed Oct 29 08:06:38 2003
+@@ -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;