From e03149ba1d6e314ed7cf175846b01eb97c0abb53 Mon Sep 17 00:00:00 2001 From: kristerw Date: Mon, 24 May 2004 16:18:58 +0000 Subject: Make this package compile when using gcc 3.3. --- www/ap-auth-pam/patches/patch-aa | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 www/ap-auth-pam/patches/patch-aa (limited to 'www/ap-auth-pam/patches') diff --git a/www/ap-auth-pam/patches/patch-aa b/www/ap-auth-pam/patches/patch-aa new file mode 100644 index 00000000000..08360c99548 --- /dev/null +++ b/www/ap-auth-pam/patches/patch-aa @@ -0,0 +1,19 @@ +$NetBSD: patch-aa,v 1.1 2004/05/24 16:18:58 kristerw Exp $ + +--- mod_auth_pam.c.orig 2004-05-24 18:13:45.000000000 +0200 ++++ mod_auth_pam.c 2004-05-24 18:15:20.000000000 +0200 +@@ -197,12 +197,12 @@ + + static command_rec auth_pam_cmds[] = { + { "AuthFailDelay", (const char*(*)())auth_fail_delay, 0, OR_AUTHCFG, TAKE1, +- "number of micro seconds to wait after failed authentication attempt. defau ++ "number of micro seconds to wait after failed authentication attempt. defau\ + lt is 0" }, + { "AuthPAM_Authorative", (const char*(*)())auth_fall_through, NULL, OR_AUTHCFG, FLAG, + "no longer in use -- see AuthPAM_FallThrough instead" }, + { "AuthPAM_FallThrough", (const char*(*)())auth_fall_through, NULL, OR_AUTHCFG, FLAG, +- "on|off - determines if other authentication methods are attempted if this ++ "on|off - determines if other authentication methods are attempted if this \ + one fails; default is off" }, + { "AuthPAM_Enabled", (const char*(*)())auth_enable, NULL, OR_AUTHCFG, FLAG, + "on|off - determines if PAM authentication is enabled; default is on" }, -- cgit v1.2.3