diff options
author | markd <markd@pkgsrc.org> | 2004-09-08 14:30:00 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2004-09-08 14:30:00 +0000 |
commit | 5c18b7d77d1d18cc015e9816ec07db7b35680b87 (patch) | |
tree | dff40ddc29b145d5577ca24d12cc86a7d91f4a14 /security/srp_client/Makefile | |
parent | 8a5580cfb4b91b9453c013c9d692b22d0502a784 (diff) | |
download | pkgsrc-5c18b7d77d1d18cc015e9816ec07db7b35680b87.tar.gz |
varargs -> stdarg
Don't try and use getutent() on NetBSD's that have utmpx
Fixes problems seen in bulkbuild.
Diffstat (limited to 'security/srp_client/Makefile')
-rw-r--r-- | security/srp_client/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |