diff options
author | wiz <wiz> | 2001-01-17 10:46:30 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-01-17 10:46:30 +0000 |
commit | ebb1d48777a3a944a951f6a6de2912afde9149ea (patch) | |
tree | a88ed49509a0632218dc7836a32dc23cc62bbdf9 /security/openssl/Makefile | |
parent | 0c09bd528a9ee4bc7a2a7456d60c05c75d0fb66c (diff) | |
download | pkgsrc-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/Makefile | 6 |
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) |