summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron>2007-03-26 11:44:18 +0000
committertron <tron>2007-03-26 11:44:18 +0000
commit5b6191f5ea0d02fb6e3078cdbb3a0eed27e6f8bc (patch)
tree0feac13c926cdeac5bbec7698bcfabb442a58bcc
parent7fb20f8a52a1e4222ffe250475c060a1ed41c81a (diff)
downloadpkgsrc-5b6191f5ea0d02fb6e3078cdbb3a0eed27e6f8bc.tar.gz
Include "pkgsrc/devel/dlcompat/buildlink3.mk" when building this package
under Mac OS X. This should fix PR pkg/36086.
-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