fix build with gnitls-3
This commit is contained in:
parent
18a5548e50
commit
283034f5fb
2 changed files with 16 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
$NetBSD: distinfo,v 1.26 2011/04/07 01:55:14 rh Exp $
|
$NetBSD: distinfo,v 1.27 2012/07/06 15:09:44 drochner Exp $
|
||||||
|
|
||||||
SHA1 (gnustep-base-1.20.1.tar.gz) = 5aff36405aa712473d51877ab77156d231297744
|
SHA1 (gnustep-base-1.20.1.tar.gz) = 5aff36405aa712473d51877ab77156d231297744
|
||||||
RMD160 (gnustep-base-1.20.1.tar.gz) = 3f210ac74bf633bf1b5571ee3458e6db4f6d57b1
|
RMD160 (gnustep-base-1.20.1.tar.gz) = 3f210ac74bf633bf1b5571ee3458e6db4f6d57b1
|
||||||
|
@ -8,3 +8,4 @@ SHA1 (patch-ab) = f81bdc3f22b11679ab046370dc0373593162bfb3
|
||||||
SHA1 (patch-ac) = f7aa9933dabb96f8d70c940360e2758ffd504e1e
|
SHA1 (patch-ac) = f7aa9933dabb96f8d70c940360e2758ffd504e1e
|
||||||
SHA1 (patch-ad) = da10386d7bcdfb2f5f3e1c55eec4d8bcf2e2e4ee
|
SHA1 (patch-ad) = da10386d7bcdfb2f5f3e1c55eec4d8bcf2e2e4ee
|
||||||
SHA1 (patch-af) = 08105cb292759874c695bacb78d0dc40612993d4
|
SHA1 (patch-af) = 08105cb292759874c695bacb78d0dc40612993d4
|
||||||
|
SHA1 (patch-ag) = 77fc4a4738ddbe75d17a0274dfef6cad607f8bb1
|
||||||
|
|
14
devel/gnustep-base/patches/patch-ag
Normal file
14
devel/gnustep-base/patches/patch-ag
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
$NetBSD: patch-ag,v 1.1 2012/07/06 15:09:44 drochner Exp $
|
||||||
|
|
||||||
|
fix build with gnutls-3
|
||||||
|
|
||||||
|
--- Source/GSSocketStream.m.orig 2010-05-29 09:09:53.000000000 +0000
|
||||||
|
+++ Source/GSSocketStream.m
|
||||||
|
@@ -529,7 +529,6 @@ static gnutls_anon_client_credentials_t
|
||||||
|
|
||||||
|
/* Set transport layer to use our low level stream code.
|
||||||
|
*/
|
||||||
|
- gnutls_transport_set_lowat (session, 0);
|
||||||
|
gnutls_transport_set_pull_function (session, GSTLSPull);
|
||||||
|
gnutls_transport_set_push_function (session, GSTLSPush);
|
||||||
|
gnutls_transport_set_ptr (session, (gnutls_transport_ptr_t)self);
|
Loading…
Reference in a new issue