diff options
author | tron <tron> | 2007-03-26 11:44:18 +0000 |
---|---|---|
committer | tron <tron> | 2007-03-26 11:44:18 +0000 |
commit | 6b349b318984f781e34d5e6561b6094b4bdb96b1 (patch) | |
tree | 0feac13c926cdeac5bbec7698bcfabb442a58bcc /security/openssl/Makefile | |
parent | 21dedf0814d9bebf86475b1ff6fcb59e40a70973 (diff) | |
download | pkgsrc-6b349b318984f781e34d5e6561b6094b4bdb96b1.tar.gz |
Include "pkgsrc/devel/dlcompat/buildlink3.mk" when building this package
under Mac OS X. This should fix PR pkg/36086.
Diffstat (limited to 'security/openssl/Makefile')
-rw-r--r-- | security/openssl/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 17e4f4f2ce6..bdccfdb60b9 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.118 2006/12/03 14:49:56 cbiere Exp $ +# $NetBSD: Makefile,v 1.119 2007/03/26 11:44:18 tron Exp $ OPENSSL_SNAPSHOT?= # empty OPENSSL_STABLE?= # empty @@ -99,6 +99,10 @@ PLIST_SUBST+= SHLIB_MAJOR=${OPENSSL_VERS:C/\..*$//} PKG_SYSCONFDIR.openssl?= /etc/openssl .endif +.if ${OPSYS} == "Darwin" +.include "../../devel/dlcompat/buildlink3.mk" +.endif + PKG_SYSCONFSUBDIR= openssl CONF_FILES= ${PREFIX}/share/examples/openssl/openssl.cnf \ ${PKG_SYSCONFDIR}/openssl.cnf |