git: 068a856800e6 - main - net/openldap24-server: Fix build with port OpenSSL

Xin LI delphij at FreeBSD.org
Mon Aug 2 15:26:56 UTC 2021


The branch main has been updated by delphij:

URL: https://cgit.FreeBSD.org/ports/commit/?id=068a856800e69ed12db47f9c8cb93be8e85cb141

commit 068a856800e69ed12db47f9c8cb93be8e85cb141
Author:     Robert Backhaus <robbak at gmail.com>
AuthorDate: 2021-08-02 15:24:15 +0000
Commit:     Xin LI <delphij at FreeBSD.org>
CommitDate: 2021-08-02 15:26:39 +0000

    net/openldap24-server: Fix build with port OpenSSL
    
    PR:             ports/257559
    Reported by:    many
---
 net/openldap24-server/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/openldap24-server/Makefile b/net/openldap24-server/Makefile
index afbf8a4a3d2d..211a6a82933b 100644
--- a/net/openldap24-server/Makefile
+++ b/net/openldap24-server/Makefile
@@ -511,7 +511,7 @@ PLIST_SUB+=		OPENLDAP_MAJOR=${OPENLDAP_MAJOR}
 
 .include <bsd.port.pre.mk>
 
-.if ${PORT_OPTIONS:MFETCH} && defined(OPENSSL_INSTALLED) && ${OPENSSL_INSTALLED} != "" || ${SSL_DEFAULT} != base
+.if ${PORT_OPTIONS:MFETCH} && (defined(OPENSSL_INSTALLED) && ${OPENSSL_INSTALLED} != "" || ${SSL_DEFAULT} != base)
 BROKEN=	using OpenSSL from ports and OPTION FETCH together is not supported
 . endif
 


More information about the dev-commits-ports-main mailing list