git: 98944e64591d - main - lang/php84: Fix build with ZTS on 15
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 31 Dec 2025 12:46:16 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=98944e64591dd01e1ba7fd3cbc263ac05cee5893
commit 98944e64591dd01e1ba7fd3cbc263ac05cee5893
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2025-12-31 12:43:52 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2025-12-31 12:46:05 +0000
lang/php84: Fix build with ZTS on 15
Reported by: fluffy
---
lang/php84/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lang/php84/Makefile b/lang/php84/Makefile
index edb84ad7ea0a..9279b6c84a21 100644
--- a/lang/php84/Makefile
+++ b/lang/php84/Makefile
@@ -133,7 +133,7 @@ PLIST_SUB+= SAPI_INC=""
PLIST_SUB+= SAPI_INC="@comment "
. endif
-. if (${OSVERSION} >= 1500000 && ${SSL_DEFAULT} == base) || (${SSL_DEFAULT:Mopenssl*} && ${OPENSSL_SHLIBVER} >= 15) && empty(PORT_OPTIONS:MZTS)
+. if ((${OSVERSION} >= 1500000 && ${SSL_DEFAULT} == base) || (${SSL_DEFAULT:Mopenssl*} && ${OPENSSL_SHLIBVER} >= 15)) && empty(PORT_OPTIONS:MZTS)
CONFIGURE_ARGS+= --with-openssl-argon2
. else
LIB_DEPENDS+= libargon2.so:security/libargon2