summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2007-03-26 11:44:18 +0000
committertron <tron@pkgsrc.org>2007-03-26 11:44:18 +0000
commitecd5e19f041071cf1a2a704a800a818694145ed7 (patch)
tree0feac13c926cdeac5bbec7698bcfabb442a58bcc /security
parentab9551e1d9f12134c70f77f5657eab79f57cab7a (diff)
downloadpkgsrc-ecd5e19f041071cf1a2a704a800a818694145ed7.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')
-rw-r--r--security/openssl/Makefile6
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