From 5c18b7d77d1d18cc015e9816ec07db7b35680b87 Mon Sep 17 00:00:00 2001 From: markd Date: Wed, 8 Sep 2004 14:30:00 +0000 Subject: varargs -> stdarg Don't try and use getutent() on NetBSD's that have utmpx Fixes problems seen in bulkbuild. --- security/srp_client/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'security/srp_client/Makefile') diff --git a/security/srp_client/Makefile b/security/srp_client/Makefile index ee021c5c94d..cabab84b3dd 100644 --- a/security/srp_client/Makefile +++ b/security/srp_client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2004/04/26 04:37:38 snj Exp $ +# $NetBSD: Makefile,v 1.28 2004/09/08 14:30:00 markd Exp $ DISTNAME= srp-1.4.4 PKGNAME= srp-client-1.4.4 @@ -28,7 +28,7 @@ CONFIGURE_ARGS+= --with-krb4 SED_PATTERN= -e "s,include/kerberos,include/kerberosIV," .if ${MACHINE_PLATFORM:MNetBSD-[01].[0-4]*-i386} == "" -SED_PATTERN+= -e "s,-ldes,-ldes -lroken -lcom_err," +SED_PATTERN+= -e "s,-ldes,-ldes -lroken -lcom_err -lcrypt," .else SED_PATTERN+= -e "s,-ldes,-ldes -lcom_err," .endif -- cgit v1.2.3