summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2015-11-22 09:43:16 +0000
committerbsiegert <bsiegert@pkgsrc.org>2015-11-22 09:43:16 +0000
commit958daed4985253bac87be2fc56a841d2c6ff0c52 (patch)
tree7f05d2b618aadb25b6c9d74ff3ee92c3dfcfbf51
parent2d06ebb7c0a4af3578bd6c93c5beddfd1aad85c6 (diff)
downloadpkgsrc-958daed4985253bac87be2fc56a841d2c6ff0c52.tar.gz
Pullup ticket #4858 - requested by tez
security/mit-krb5: build fix Revisions pulled up: - security/mit-krb5/Makefile 1.85 --- Module Name: pkgsrc Committed By: tez Date: Thu Nov 5 19:10:30 UTC 2015 Modified Files: pkgsrc/security/mit-krb5: Makefile Log Message: 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
-rw-r--r--security/mit-krb5/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/mit-krb5/Makefile b/security/mit-krb5/Makefile
index 2eee8e010e8..6508ecb03ae 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.84.4.1 2015/11/22 09:43:16 bsiegert 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