summaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authorvd <vd@FreeBSD.org>2010-02-20 19:59:59 +0000
committervd <vd@FreeBSD.org>2010-02-20 19:59:59 +0000
commite51f6cc426f8d5c91e185e3fbefe7114ed67bfd0 (patch)
treece47383f744f13b0afb7a81339ff40e19f1a6452 /ftp
parent38b186162b9232834e5c55094b54cecef8ef6cc5 (diff)
downloadFreeBSD-ports-e51f6cc426f8d5c91e185e3fbefe7114ed67bfd0.zip
FreeBSD-ports-e51f6cc426f8d5c91e185e3fbefe7114ed67bfd0.tar.gz
ftp/wget: Fix build with GNUTLS
PR: ports/144144 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> Feature safe: yes
Diffstat (limited to 'ftp')
-rw-r--r--ftp/wget/files/patch-src__gnutls.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/ftp/wget/files/patch-src__gnutls.c b/ftp/wget/files/patch-src__gnutls.c
new file mode 100644
index 0000000..4e112e0
--- /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
OpenPOWER on IntegriCloud