summaryrefslogtreecommitdiff
path: root/ftp/wget
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2010-02-20 19:59:59 +0000
committerVasil Dimov <vd@FreeBSD.org>2010-02-20 19:59:59 +0000
commit07de6bb1c8acfaf1640964cec154515349cc434a (patch)
tree4d21a4f83ac0887078f5b4998447f7227d1c8157 /ftp/wget
parent- Update to 2.1 release (diff)
ftp/wget: Fix build with GNUTLS
PR: ports/144144 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> Feature safe: yes
Notes
Notes: svn path=/head/; revision=250101
Diffstat (limited to 'ftp/wget')
-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 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