summaryrefslogtreecommitdiff
path: root/security/openssl/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2001-01-17 10:46:30 +0000
committerwiz <wiz>2001-01-17 10:46:30 +0000
commitebb1d48777a3a944a951f6a6de2912afde9149ea (patch)
treea88ed49509a0632218dc7836a32dc23cc62bbdf9 /security/openssl/Makefile
parent0c09bd528a9ee4bc7a2a7456d60c05c75d0fb66c (diff)
downloadpkgsrc-ebb1d48777a3a944a951f6a6de2912afde9149ea.tar.gz
Should make this buildable on Solaris, too. Untested for lack of Solaris.
Diffstat (limited to 'security/openssl/Makefile')
-rw-r--r--security/openssl/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index 3d2bbf46d8d..3ad553d3033 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2001/01/14 01:52:23 tron Exp $
+# $NetBSD: Makefile,v 1.27 2001/01/17 10:46:30 wiz Exp $
#
DISTNAME= openssl-0.9.5a
@@ -36,6 +36,10 @@ PATCHDIR= ${WRKDIR}/.patches
MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC} MAKELIB=${FILESDIR}/makelib
.endif
+.if ${OPSYS} == "SunOS"
+PATCH_SUM_FILE= ${FILESDIR}/patch-sum.solaris
+.endif
+
PLIST_SRC= ${WRKDIR}/.PLIST_SRC
.if ${OPSYS} == "NetBSD" && !exists(/usr/libexec/ld.elf_so) && !exists(/usr/libexec/ld.so)