pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/p5-Net-SSLeay



Module Name:    pkgsrc
Committed By:   hubertf
Date:           Sun Nov 21 20:51:37 UTC 2021

Modified Files:
        pkgsrc/security/p5-Net-SSLeay: Makefile

Log Message:
Fix building on Mac OS X

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


To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.99 pkgsrc/security/p5-Net-SSLeay/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/p5-Net-SSLeay/Makefile
diff -u pkgsrc/security/p5-Net-SSLeay/Makefile:1.98 pkgsrc/security/p5-Net-SSLeay/Makefile:1.99
--- pkgsrc/security/p5-Net-SSLeay/Makefile:1.98 Mon May 24 19:54:04 2021
+++ pkgsrc/security/p5-Net-SSLeay/Makefile      Sun Nov 21 20:51:36 2021
@@ -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 @@ USE_LANGUAGES=                c
 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