pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/heimdal Only build hcrypto on MirBSD if using...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/66838864ccde
branches:  trunk
changeset: 632197:66838864ccde
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Wed Mar 19 13:25:04 2014 +0000

description:
Only build hcrypto on MirBSD if using the builtin OpenSSL. Fixes build
now that we have OpenSSL from pkgsrc.

diffstat:

 security/heimdal/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 1bb401b187c6 -r 66838864ccde security/heimdal/Makefile
--- a/security/heimdal/Makefile Wed Mar 19 13:15:13 2014 +0000
+++ b/security/heimdal/Makefile Wed Mar 19 13:25:04 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.109 2014/02/20 08:19:43 obache Exp $
+# $NetBSD: Makefile,v 1.110 2014/03/19 13:25:04 bsiegert Exp $
 
 DISTNAME=      heimdal-1.5.3
 PKGREVISION=   5
@@ -82,7 +82,9 @@
 .endif
 
 .if ${OPSYS} == "MirBSD"
+.if ${USE_BUILTIN.openssl} == "yes"
 PLIST.hcrypto=         yes
+.endif
 PLIST.vis=             yes
 # all of the tools need to link against pthread, force it.
 PTHREAD_AUTO_VARS=     yes



Home | Main Index | Thread Index | Old Index