mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
Forther improvement of IDEA support.
Submitted by: kris
This commit is contained in:
parent
8b6d60bd75
commit
5b03182efd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32977
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user