summaryrefslogtreecommitdiff
path: root/audio/festival+OGI/files/patch-ap
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-09-23 01:36:53 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-09-23 01:36:53 +0000
commit8c7499bdfa85657ea6c2517ada0ef4a4db489beb (patch)
tree1c37a6088704b234484b1352cd1f882fb2a253ad /audio/festival+OGI/files/patch-ap
parentCatch up with Wnn6-lib update. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_1'.release/4.1.1
Diffstat (limited to 'audio/festival+OGI/files/patch-ap')
-rw-r--r--audio/festival+OGI/files/patch-ap12
1 files changed, 0 insertions, 12 deletions
diff --git a/audio/festival+OGI/files/patch-ap b/audio/festival+OGI/files/patch-ap
deleted file mode 100644
index 0794c74870f9..000000000000
--- a/audio/festival+OGI/files/patch-ap
+++ /dev/null
@@ -1,12 +0,0 @@
---- 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,