diff options
author | wiz <wiz@pkgsrc.org> | 2001-01-17 10:46:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-01-17 10:46:30 +0000 |
commit | 001fec7fa021aa68a7ff0a5b65b348f4464dc10c (patch) | |
tree | a88ed49509a0632218dc7836a32dc23cc62bbdf9 /security/openssl | |
parent | 982b7697745b5f6a287914216954c6aae89854bc (diff) | |
download | pkgsrc-001fec7fa021aa68a7ff0a5b65b348f4464dc10c.tar.gz |
Should make this buildable on Solaris, too. Untested for lack of Solaris.
Diffstat (limited to 'security/openssl')
-rw-r--r-- | security/openssl/Makefile | 6 | ||||
-rw-r--r-- | security/openssl/files/patch-sum.solaris | 5 |
2 files changed, 10 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) diff --git a/security/openssl/files/patch-sum.solaris b/security/openssl/files/patch-sum.solaris new file mode 100644 index 00000000000..a0b79b0c0a2 --- /dev/null +++ b/security/openssl/files/patch-sum.solaris @@ -0,0 +1,5 @@ +$NetBSD: patch-sum.solaris,v 1.1 2001/01/17 10:46:31 wiz Exp $ + +MD5 (patch-aa) = 650f90da97a7bfd8ab35438a73c5e5e7 +MD5 (patch-ai) = 854e5d35fe75cb8d892e1d05804b004b +MD5 (patch-aj) = 983e690d8b9a0812741d42d62cf48b0e |