1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00

- warn users of option OPENSSL_OVERWRITE_BASE

This commit is contained in:
Dirk Meyer 2005-11-25 15:34:47 +00:00
parent 145be4426a
commit a462eadc9c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=149430

View File

@ -924,6 +924,16 @@ pre-everything::
@${ECHO_CMD} "#"
@${FALSE}
.endif
.if exists(/usr/lib/libcrypto.so.3) && ${OPENSSL_SHLIBVER} != 3
pre-everything::
@${ECHO_CMD} "#"
@${ECHO_CMD} "# this ports conflicts with your base system"
@${ECHO_CMD} "# please undefine OPENSSL_OVERWRITE_BASE"
@${ECHO_CMD} "# and use WITH_OPENSSL_PORT=yes instead."
@${ECHO_CMD} "#"
@${FALSE}
.endif
BASE_SUFFIX= -overwrite-base
PREFIX= /usr