bab74078a9
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
10 lines
264 B
Text
10 lines
264 B
Text
--- speech_tools/audio/esd.cc.orig Mon Oct 4 15:39:01 1999
|
|
+++ speech_tools/audio/esd.cc Fri Jun 16 17:49:10 2000
|
|
@@ -66,7 +66,6 @@
|
|
|
|
bool esd_supported = TRUE;
|
|
|
|
-int endian_int = 1;
|
|
#define ESD_BIG_ENDIAN (((char *)&endian_int)[0] == 0)
|
|
|
|
EST_String server;
|