diff options
author | vd <vd@FreeBSD.org> | 2010-02-21 03:59:59 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2010-02-21 03:59:59 +0800 |
commit | e51f6cc426f8d5c91e185e3fbefe7114ed67bfd0 (patch) | |
tree | ce47383f744f13b0afb7a81339ff40e19f1a6452 /ftp/wget | |
parent | 38b186162b9232834e5c55094b54cecef8ef6cc5 (diff) | |
download | freebsd-ports-gnome-e51f6cc426f8d5c91e185e3fbefe7114ed67bfd0.tar.gz freebsd-ports-gnome-e51f6cc426f8d5c91e185e3fbefe7114ed67bfd0.tar.zst freebsd-ports-gnome-e51f6cc426f8d5c91e185e3fbefe7114ed67bfd0.zip |
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/wget')
-rw-r--r-- | ftp/wget/files/patch-src__gnutls.c | 11 |
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 |