diff options
Diffstat (limited to 'audio/festival+OGI/files/patch-ap')
-rw-r--r-- | audio/festival+OGI/files/patch-ap | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/festival+OGI/files/patch-ap b/audio/festival+OGI/files/patch-ap new file mode 100644 index 0000000..0794c74 --- /dev/null +++ b/audio/festival+OGI/files/patch-ap @@ -0,0 +1,12 @@ +--- 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, |