diff options
author | drochner <drochner@pkgsrc.org> | 2012-07-06 15:09:44 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2012-07-06 15:09:44 +0000 |
commit | 90b7951e2b0a968dfb2bdef2113fad519ebcf85a (patch) | |
tree | 919b003f92a8f5c814f1e48701513aa1d23406eb /devel | |
parent | 165e5e86907eee10a0fba14142f893485d1b1923 (diff) | |
download | pkgsrc-90b7951e2b0a968dfb2bdef2113fad519ebcf85a.tar.gz |
fix build with gnitls-3
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gnustep-base/distinfo | 3 | ||||
-rw-r--r-- | devel/gnustep-base/patches/patch-ag | 14 |
2 files changed, 16 insertions, 1 deletions
diff --git a/devel/gnustep-base/distinfo b/devel/gnustep-base/distinfo index 8ccd42e0799..cf09b56b228 100644 --- a/devel/gnustep-base/distinfo +++ b/devel/gnustep-base/distinfo @@ -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 RMD160 (gnustep-base-1.20.1.tar.gz) = 3f210ac74bf633bf1b5571ee3458e6db4f6d57b1 @@ -8,3 +8,4 @@ SHA1 (patch-ab) = f81bdc3f22b11679ab046370dc0373593162bfb3 SHA1 (patch-ac) = f7aa9933dabb96f8d70c940360e2758ffd504e1e SHA1 (patch-ad) = da10386d7bcdfb2f5f3e1c55eec4d8bcf2e2e4ee SHA1 (patch-af) = 08105cb292759874c695bacb78d0dc40612993d4 +SHA1 (patch-ag) = 77fc4a4738ddbe75d17a0274dfef6cad607f8bb1 diff --git a/devel/gnustep-base/patches/patch-ag b/devel/gnustep-base/patches/patch-ag new file mode 100644 index 00000000000..1185da83d03 --- /dev/null +++ b/devel/gnustep-base/patches/patch-ag @@ -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); |