freebsd-ports/audio/festival+OGI/files/patch-ap
Will Andrews bab74078a9 Add festival 1.4.1, a multi-lingual text-to-speech system for Unix. This
commit includes the various ports festival can work with.  Big thanks to
Trevor for putting in all the time to port these!

PR:		21182, 21183, 21184, 21185, 21186, 21187, 21188, 21189
		21190, 21191, 21192, 21193, 21194, 21195, 21196, 21197
		21198, 21199, 21200, 21201
Submitted by:	Trevor Johnson <trevor@jpj.net>
Obtained from:	NetBSD pkgsrc
2000-09-16 08:39:50 +00:00

12 lines
361 B
Text

--- speech_tools/audio/nas.cc.orig Thu Oct 14 16:26:29 1999
+++ speech_tools/audio/nas.cc Fri Jun 16 17:24:25 2000
@@ -57,7 +57,8 @@
int nas_supported = TRUE;
-int endian_int = 1;
+extern int endian_int;
+int endian_int = 1;
#define NAS_BIG_ENDIAN (((char *)&endian_int)[0] == 0)
static void na_sync_play_cb(AuServer *aud, AuEventHandlerRec *handler,