Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Dec 2023 09:43:21 GMT
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2717de7aefde - main - security/ipsec-tools: fix build with openssl from ports
Message-ID:  <202312270943.3BR9hL9d093326@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by dinoex:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2717de7aefde69279e0063d3bdd47b7411240fca

commit 2717de7aefde69279e0063d3bdd47b7411240fca
Author:     Dirk Meyer <dinoex@FreeBSD.org>
AuthorDate: 2023-12-27 09:43:05 +0000
Commit:     Dirk Meyer <dinoex@FreeBSD.org>
CommitDate: 2023-12-27 09:43:05 +0000

    security/ipsec-tools: fix build with openssl from ports
---
 security/ipsec-tools/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/ipsec-tools/Makefile b/security/ipsec-tools/Makefile
index 18b7df355725..311104ffe683 100644
--- a/security/ipsec-tools/Makefile
+++ b/security/ipsec-tools/Makefile
@@ -99,7 +99,7 @@ post-install-DOCS-on:
 	${INSTALL_DATA} ${WRKSRC}/src/racoon/doc/* ${STAGEDIR}/${DOCSDIR}
 
 .if ${OPSYS} == FreeBSD
-.  if ${SSL_DEFAULT} != openssl
+.  if ${SSL_DEFAULT} != openssl111
 EXTRA_PATCHES+=	${FILESDIR}/extra-patch-ipsec-tools
 PLIST_FILES+=	include/racoon/openssl_compat.h
 .  endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312270943.3BR9hL9d093326>