diff options
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> + |