From 77fd29250c034d6be305f131337adf36a7544f52 Mon Sep 17 00:00:00 2001 From: tez Date: Thu, 5 Nov 2015 19:10:29 +0000 Subject: Fix build in case there is a system version of verto found. No revbump because it failed to build before if there was one. Fixes pkg/50348 --- security/mit-krb5/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'security/mit-krb5/Makefile') diff --git a/security/mit-krb5/Makefile b/security/mit-krb5/Makefile index 2eee8e010e8..39b4bdfc0b0 100644 --- a/security/mit-krb5/Makefile +++ b/security/mit-krb5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.84 2015/06/12 10:51:03 wiz Exp $ +# $NetBSD: Makefile,v 1.85 2015/11/05 19:10:29 tez Exp $ DISTNAME= krb5-1.10.7 PKGNAME= mit-${DISTNAME} @@ -45,6 +45,7 @@ CONFIGURE_ARGS+= --enable-kdc-replay-cache CONFIGURE_ARGS+= --disable-thread-support CONFIGURE_ARGS+= --without-tcl CONFIGURE_ARGS+= --enable-pkgsrc-libtool +CONFIGURE_ARGS+= --without-system-verto CONFIGURE_ENV+= BUILDLINK_PREFIX_OPENSSL=${BUILDLINK_PREFIX.openssl:Q} MAKE_ENV+= ROOT_USER=${ROOT_USER} LIBS.SunOS= -lrt -- cgit v1.2.3