diff options
author | tron <tron@pkgsrc.org> | 2010-05-24 16:10:54 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2010-05-24 16:10:54 +0000 |
commit | 72e1d0cc94e74b2a2689d604c2394110ef49443f (patch) | |
tree | f563ee261dc66beb5689d750e00e0b36e274733e /www/squid31/patches/patch-aa | |
parent | 6a20aafe955ede7d5bd8efc1ceb4b330a1d83b42 (diff) | |
download | pkgsrc-72e1d0cc94e74b2a2689d604c2394110ef49443f.tar.gz |
Fix build of NTLM auth helpers under NetBSD. This addresses the first
half of PR pkg/43347 by Bernd Ernesti.
Diffstat (limited to 'www/squid31/patches/patch-aa')
-rw-r--r-- | www/squid31/patches/patch-aa | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/www/squid31/patches/patch-aa b/www/squid31/patches/patch-aa new file mode 100644 index 00000000000..b360cdcb83c --- /dev/null +++ b/www/squid31/patches/patch-aa @@ -0,0 +1,18 @@ +$NetBSD: patch-aa,v 1.8 2010/05/24 16:10:54 tron Exp $ + +Fix build problem under NetBSD, please look here for more details: + +http://gnats.netbsd.org/43347 +http://bugs.squid-cache.org/show_bug.cgi?id=2934 + +--- helpers/ntlm_auth/smb_lm/smbval/rfcnb-util.c.orig 2010-05-02 11:47:07.000000000 +0100 ++++ helpers/ntlm_auth/smb_lm/smbval/rfcnb-util.c 2010-05-24 16:40:20.000000000 +0100 +@@ -23,6 +23,8 @@ + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + */ + ++#include "config.h" ++ + #include <string.h> + #include <stdlib.h> + |