aboutsummaryrefslogtreecommitdiff
path: root/audio/festival+OGI/files/patch-ap
diff options
context:
space:
mode:
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,