pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/p5-Net-SSLeay Fix building on Mac OS X



details:   https://anonhg.NetBSD.org/pkgsrc/rev/88547cfc9b3d
branches:  trunk
changeset: 769880:88547cfc9b3d
user:      hubertf <hubertf%pkgsrc.org@localhost>
date:      Sun Nov 21 20:51:36 2021 +0000

description:
Fix building on Mac OS X

For defails, see http://mail-index.netbsd.org/tech-pkg/2021/11/20/msg025792.html

diffstat:

 security/p5-Net-SSLeay/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 8521e1c2517f -r 88547cfc9b3d security/p5-Net-SSLeay/Makefile
--- a/security/p5-Net-SSLeay/Makefile   Sun Nov 21 16:40:38 2021 +0000
+++ b/security/p5-Net-SSLeay/Makefile   Sun Nov 21 20:51:36 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.98 2021/05/24 19:54:04 wiz Exp $
+# $NetBSD: Makefile,v 1.99 2021/11/21 20:51:36 hubertf Exp $
 
 DISTNAME=      Net-SSLeay-1.90
 PKGNAME=       p5-${DISTNAME}
@@ -20,6 +20,7 @@
 PERL5_PACKLIST=                auto/Net/SSLeay/.packlist
 MAKE_ENV+=             OPENSSL_PREFIX=${SSLBASE}
 MAKE_ENV+=             PERL_MM_USE_DEFAULT=1   # avoid network question
+MAKE_ENV+=             DYLD_LIBRARY_PATH=${PREFIX}/lib # build on Mac OS X
 
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../lang/perl5/module.mk"



Home | Main Index | Thread Index | Old Index