1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- accept OPENSSLVER 0x0090609fL

PR:		56295
This commit is contained in:
Dirk Meyer 2003-09-03 04:26:36 +00:00
parent d79fcf684a
commit e25468076e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88400

View File

@ -2,7 +2,7 @@
# Date created: 31 May 2002
# Whom: dinoex
#
# $FreeBSD: /tmp/pcvs/ports/Mk/bsd.openssl.mk,v 1.8 2003-08-31 03:28:27 dinoex Exp $
# $FreeBSD: /tmp/pcvs/ports/Mk/bsd.openssl.mk,v 1.9 2003-09-03 04:26:36 dinoex Exp $
#
# this substitutes USE_OPENSSL=yes
# just include this makefile after bsd.ports.pre.mk
@ -52,7 +52,8 @@ WITH_OPENSSL_PORT=yes
# Security: version in base must be 0.9.7a
OPENSSLVER!= ${AWK} '/OPENSSL_VERSION_NUMBER/ { print $$3 }' \
/usr/include/openssl/opensslv.h
.if ${OPENSSLVER} == 0x0090701fL || ${OPENSSLVER} == 0x0090702fL
# check for safe versions in the base
.if ${OPENSSLVER} == 0x0090701fL || ${OPENSSLVER} == 0x0090702fL || ${OPENSSLVER} == 0x0090609fL
WITH_OPENSSL_BASE=yes
.endif
.endif