1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Forther improvement of IDEA support.

Submitted by:	kris
This commit is contained in:
Satoshi Asami 2000-09-22 07:21:24 +00:00
parent 8b6d60bd75
commit 5b03182efd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32977

View File

@ -657,8 +657,11 @@ PREFIX?= ${LOCALBASE}
OPENSSLBASE= /usr
OPENSSLDIR= /etc/ssl
# OpenSSL in the base system may not include IDEA for patent licensing reasons.
OPENSSL_IDEA?= ${MAKE_IDEA}
.if defined(MAKE_IDEA) && !defined(OPENSSL_IDEA)
OPENSSL_IDEA= ${MAKE_IDEA}
.else
OPENSSL_IDEA?= NO
.endif
.if ${OPENSSL_IDEA} == "NO"
# XXX This is a hack to work around the fact that /etc/make.conf clobbers
# our CFLAGS. It might not be enough for all future ports.