summaryrefslogtreecommitdiff
path: root/audio/festival/patches
diff options
context:
space:
mode:
authormartin <martin>2001-11-17 16:29:07 +0000
committermartin <martin>2001-11-17 16:29:07 +0000
commit1f7fbcef8737712628a216ed76259407d122be2c (patch)
treef3fc024055b2f21c9a5e8c5e08d299947ecebc4d /audio/festival/patches
parentfe0497c5629a893c4d8653887da27d99a4a15b6e (diff)
downloadpkgsrc-1f7fbcef8737712628a216ed76259407d122be2c.tar.gz
Bring this into the new toolchain world.
Diffstat (limited to 'audio/festival/patches')
-rw-r--r--audio/festival/patches/patch-am13
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/festival/patches/patch-am b/audio/festival/patches/patch-am
new file mode 100644
index 00000000000..7af404324a1
--- /dev/null
+++ b/audio/festival/patches/patch-am
@@ -0,0 +1,13 @@
+$NetBSD: patch-am,v 1.1 2001/11/17 16:29:08 martin Exp $
+
+--- speech_tools/include/unix/EST_socket_unix.h.orig Sat Nov 17 16:55:44 2001
++++ speech_tools/include/unix/EST_socket_unix.h Sat Nov 17 16:56:18 2001
+@@ -49,7 +49,7 @@
+ typedef int ssize_t;
+ #endif
+
+-#if defined(__linux__)
++#if defined(__linux__) || defined(__NetBSD__)
+ /* gcc-2.95.1 is fussy and requies certain arguments to follow their type */
+ /* Linux wants socklen_t params but other (even if they have this defined */
+ /* want int or maybe unsigned int (pretty random actually) */