Skip to content
Snippets Groups Projects
Commit c2e57dd6 authored by Muhammad Moinur Rahman's avatar Muhammad Moinur Rahman
Browse files

lang/php80: Fix build with llvm16

It will take more time to merge OpenSSL 3 in the base so allow this to
build with llvm16 for now.

Sponsored by:	The FreeBSD Foundation
parent 2f450c70
No related branches found
No related tags found
No related merge requests found
......@@ -101,8 +101,9 @@ WARNING= "!!! If you have a threaded Apache, you must build ${PHP_PORT} with ZTS
.include <bsd.port.options.mk>
.if ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400089 && ${SSL_DEFAULT} == base ) || ${SSL_DEFAULT:Mopenssl3*}
IGNORE_SSL= base openssl30 openssl31
#.if ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092 && ${SSL_DEFAULT} == base ) || ${SSL_DEFAULT:Mopenssl3*}
.if ${SSL_DEFAULT:Mopenssl3*}
IGNORE_SSL= openssl30 openssl31
IGNORE_SSL_REASON= Missing upstream support for OpenSSL 3.0.0 and later
.endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment