git: 50d818272c2d - 2025Q3 - security/openfortivpn: Fix build with openssl from ports
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 19 Jul 2025 22:48:50 UTC
The branch 2025Q3 has been updated by vvd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=50d818272c2d153e7566957b1de5939de2926c94
commit 50d818272c2d153e7566957b1de5939de2926c94
Author: John Hein <jcfyecrayz@liamekaens.com>
AuthorDate: 2025-07-19 22:45:39 +0000
Commit: Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-07-19 22:48:41 +0000
security/openfortivpn: Fix build with openssl from ports
Typo in CFLAGS: ${OPENSSLINC} => -I${OPENSSLINC}
PR: 287912
Approved by: Atanu Biswas <atanubiswas484@gmail.com> (maintainer, implicit - fix port)
MFH: 2025Q3
(cherry picked from commit 302ba4b88cdbe0a05a18f653921cddc77f18ad1f)
---
security/openfortivpn/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/security/openfortivpn/Makefile b/security/openfortivpn/Makefile
index e9f4da01f83b..0e94e48435c8 100644
--- a/security/openfortivpn/Makefile
+++ b/security/openfortivpn/Makefile
@@ -19,7 +19,7 @@ GH_ACCOUNT= adrienverge
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_path_SED=${LOCALBASE}/bin/gsed \
- OPENSSL_CFLAGS=${OPENSSLINC} \
+ OPENSSL_CFLAGS=-I${OPENSSLINC} \
OPENSSL_LIBS="-L${OPENSSLLIB} -lssl -lcrypto" \
ac_cv_header_net_route_h=yes