summaryrefslogtreecommitdiff
path: root/audio/festival+OGI/files/patch-an
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-11-17 12:19:22 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-11-17 12:19:22 +0000
commitd615f4ca564f838b39bd8b504a3107011d951a03 (patch)
treed799b77773a040bd9f634696266507c9072dd071 /audio/festival+OGI/files/patch-an
parentRemove do-package target that was running "make package" in (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_2_0'.release/4.2.0
Diffstat (limited to 'audio/festival+OGI/files/patch-an')
-rw-r--r--audio/festival+OGI/files/patch-an13
1 files changed, 0 insertions, 13 deletions
diff --git a/audio/festival+OGI/files/patch-an b/audio/festival+OGI/files/patch-an
deleted file mode 100644
index 405e46cffbff..000000000000
--- a/audio/festival+OGI/files/patch-an
+++ /dev/null
@@ -1,13 +0,0 @@
-passing `int *' as argument 3 of `getsockname(int, sockaddr *, socklen_t *)' changes signedness
-
---- speech_tools/utils/EST_ServiceTable.cc.orig Thu Nov 18 23:15:21 1999
-+++ speech_tools/utils/EST_ServiceTable.cc Sun Jun 11 17:28:29 2000
-@@ -296,7 +296,7 @@
-
- // This only gets the port number
-
-- if (getsockname(socket, (struct sockaddr *)&sin, SOCKLEN_CAST &size) != 0)
-+ if (getsockname(socket, (struct sockaddr *)&sin, (socklen_t *) &size) != 0)
- EST_sys_error("Can't find my address");
-
-