freebsd-ports/audio/festival/files/patch-speech_tools_voxware.cc
Trevor Johnson dbc57a213c 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.
2003-10-29 10:39:36 +00:00

13 lines
349 B
C++

$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;