git: 6c6eac170728 - 2023Q1 - security/john: fix build on powerpc64

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Sun, 12 Feb 2023 17:57:33 UTC
The branch 2023Q1 has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6c6eac170728b922fc62347284864f41cf4732c6

commit 6c6eac170728b922fc62347284864f41cf4732c6
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2023-02-07 21:48:25 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2023-02-12 17:57:19 +0000

    security/john: fix build on powerpc64
    
    ./pseudo_intrinsics.h:110:25: error: use of 'long long' with '__vector' requires VSX support (available on POWER7 or later) to be enabled
    
    (cherry picked from commit b28e464e75cf8be0cbb413220e00b2feba17f3fb)
---
 security/john/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/security/john/Makefile b/security/john/Makefile
index a2220e5c2ecb..d8f42867e842 100644
--- a/security/john/Makefile
+++ b/security/john/Makefile
@@ -52,6 +52,8 @@ OPENMPI_CONFIGURE_ON=	--enable-mpi
 OPENMPI_CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/mpi/openmpi/include" \
 			LDFLAGS="-L${LOCALBASE}/mpi/openmpi/lib"
 
+CFLAGS_powerpc64=	-mvsx
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|/usr|${PREFIX}|' ${WRKSRC}/params.h
 	@${REINPLACE_CMD} -e '/^host_cpu=/s|$$| ; case $$host_cpu in\