Date: Wed, 27 Apr 2022 13:40:02 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 44ee520b7f4d - main - security/john: enable simd on powerpc Message-ID: <202204271340.23RDe2R6073093@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=44ee520b7f4dc97e26b948fc0f54402763ef5b12 commit 44ee520b7f4dc97e26b948fc0f54402763ef5b12 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2022-04-27 13:18:55 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2022-04-27 13:18:55 +0000 security/john: enable simd on powerpc --- security/john/Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/security/john/Makefile b/security/john/Makefile index 5fb212f3c798..3db81fb3ea75 100644 --- a/security/john/Makefile +++ b/security/john/Makefile @@ -48,12 +48,6 @@ OPENCL_USE= PERL5=build OPENMP_CONFIGURE_OFF= --disable-openmp -.include <bsd.port.options.mk> - -.if ${ARCH} == powerpc -CONFIGURE_ARGS+= --disable-simd -.endif - post-patch: @${REINPLACE_CMD} -e 's|/usr|${PREFIX}|' ${WRKSRC}/params.h @${REINPLACE_CMD} -e '/^host_cpu=/s|$$| ; case $$host_cpu in\
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204271340.23RDe2R6073093>