From e51f6cc426f8d5c91e185e3fbefe7114ed67bfd0 Mon Sep 17 00:00:00 2001 From: vd Date: Sat, 20 Feb 2010 19:59:59 +0000 Subject: ftp/wget: Fix build with GNUTLS PR: ports/144144 Submitted by: Sunpoet Po-Chuan Hsieh Feature safe: yes --- ftp/wget/files/patch-src__gnutls.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ftp/wget/files/patch-src__gnutls.c (limited to 'ftp/wget') diff --git a/ftp/wget/files/patch-src__gnutls.c b/ftp/wget/files/patch-src__gnutls.c new file mode 100644 index 000000000000..4e112e03e88c --- /dev/null +++ b/ftp/wget/files/patch-src__gnutls.c @@ -0,0 +1,11 @@ +--- src/gnutls.c.orig 2010-02-20 21:56:01.000000000 +0200 ++++ src/gnutls.c 2010-02-20 21:56:15.000000000 +0200 +@@ -181,7 +181,7 @@ + }; + + bool +-ssl_connect (int fd) ++ssl_connect_wget (int fd) + { + static const int cert_type_priority[] = { + GNUTLS_CRT_X509, GNUTLS_CRT_OPENPGP, 0 -- cgit