$NetBSD: patch-aa,v 1.31 2003/10/18 13:20:32 cjep Exp $ --- configure.orig Tue Sep 23 02:55:43 2003 +++ configure Tue Sep 23 13:27:33 2003 @@ -4646,6 +4646,9 @@ ;; 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. @@ -6491,6 +6494,10 @@ #line 6491 "configure" #include "confdefs.h" +#ifdef HAVE_SYS_CDEFS_H +#include +#endif +#include #include int deny_severity = 0, allow_severity = 0; @@ -17138,7 +17145,7 @@ 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"