$NetBSD: patch-aa,v 1.32 2004/03/12 19:24:47 wiz Exp $

--- configure.orig	Tue Feb 24 07:22:59 2004
+++ configure
@@ -4803,6 +4803,9 @@ EOF
 	;;
 esac
 
+# pkgsrc handles any rpath settings this package needs
+need_dash_r=
+
 # Allow user to specify flags
 
 # Check whether --with-cflags or --without-cflags was given.
@@ -6809,6 +6812,10 @@ echo $ECHO_N "checking for libwrap... $E
 #line 6809 "configure"
 #include "confdefs.h"
 
+#ifdef HAVE_SYS_CDEFS_H
+#include <sys/cdefs.h>
+#endif
+#include <stdio.h>
 #include <tcpd.h>
 					int deny_severity = 0, allow_severity = 0;
 
@@ -17983,7 +17990,7 @@ echo "OpenSSH has been configured with t
 echo "                     User binaries: $B"
 echo "                   System binaries: $C"
 echo "               Configuration files: $D"
-echo "                   Askpass program: $E"
+echo "                   Askpass program: ${ASKPASS_PROGRAM}"
 echo "                      Manual pages: $F"
 echo "                          PID file: $G"
 echo "  Privilege separation chroot path: $H"
