diff options
author | rh <rh@pkgsrc.org> | 2005-05-21 01:44:10 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2005-05-21 01:44:10 +0000 |
commit | 267b55ed6af9287cd82466681c9f07b9893f5619 (patch) | |
tree | ff064ac28a3f8a255d8cb11befc57efc68252ab9 | |
parent | a99467dd9c07a4bf7d978adf9ab9eac0944be3ef (diff) | |
download | pkgsrc-267b55ed6af9287cd82466681c9f07b9893f5619.tar.gz |
Make this compile with gcc4.
-rw-r--r-- | security/cyrus-sasl2/distinfo | 3 | ||||
-rw-r--r-- | security/cyrus-sasl2/patches/patch-af | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/security/cyrus-sasl2/distinfo b/security/cyrus-sasl2/distinfo index 6c22af6fcb9..f6e644dbc7e 100644 --- a/security/cyrus-sasl2/distinfo +++ b/security/cyrus-sasl2/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.25 2005/02/24 13:10:05 agc Exp $ +$NetBSD: distinfo,v 1.26 2005/05/21 01:44:10 rh Exp $ SHA1 (cyrus-sasl-2.1.20.tar.gz) = d1eec5644c4e87edb95fa5ab8bf124cfdf277eb6 RMD160 (cyrus-sasl-2.1.20.tar.gz) = 45f8d9e91e5ba4840f57d2f0526b8f41f90bbb8c @@ -8,6 +8,7 @@ SHA1 (patch-ab) = f3e86c1125e302466e876e5bf31764b9b5cff3ac SHA1 (patch-ac) = e03731395cefef42c5070021c09928c939fc6a58 SHA1 (patch-ad) = 8a6663e358a67c27380e37be72d71841fd553fdf SHA1 (patch-ae) = cfd176eea2e1dba320be14a7d9bf2a4426ba39ad +SHA1 (patch-af) = 40ec1378971536daddc543a66a1923451a4c381c SHA1 (patch-ag) = f62062ecee2bf133572d09049a77c5624ddb7f70 SHA1 (patch-ah) = 1b0cd2d822dac2b01523fbc712f6544cd9fc298d SHA1 (patch-ai) = 4181f13bf69fec11aa42d98bcb85d5d8bd83dfe2 diff --git a/security/cyrus-sasl2/patches/patch-af b/security/cyrus-sasl2/patches/patch-af new file mode 100644 index 00000000000..2dbf0bc350c --- /dev/null +++ b/security/cyrus-sasl2/patches/patch-af @@ -0,0 +1,13 @@ +$NetBSD: patch-af,v 1.8 2005/05/21 01:44:10 rh Exp $ + +--- lib/client.c.orig 2003-11-12 02:26:06.000000000 +1000 ++++ lib/client.c +@@ -61,8 +61,6 @@ + + static cmech_list_t *cmechlist; /* global var which holds the list */ + +-static sasl_global_callbacks_t global_callbacks; +- + static int _sasl_client_active = 0; + + static int init_mechlist() |