diff options
author | tez <tez@pkgsrc.org> | 2015-11-05 19:10:29 +0000 |
---|---|---|
committer | tez <tez@pkgsrc.org> | 2015-11-05 19:10:29 +0000 |
commit | 7ec2d63b7e3b26c16cceb2704b1560743e73fc58 (patch) | |
tree | 2da8c9620a75c440dbdedcfe1a1483334e1c2279 /security | |
parent | 2e58e5112e99155c539d6c829b5827ec0d87089a (diff) | |
download | pkgsrc-7ec2d63b7e3b26c16cceb2704b1560743e73fc58.tar.gz |
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
Diffstat (limited to 'security')
-rw-r--r-- | security/mit-krb5/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |