git: fa2393450c92 - main - sysutils/fluent-bit: remove noop powerpc64* and riscv64* block

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Mon, 07 Aug 2023 19:26:49 UTC
The branch main has been updated by pkubaj:

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

commit fa2393450c92849d9ffc80ad3da5f03f67bd84f2
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2023-08-07 06:43:19 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2023-08-07 19:26:43 +0000

    sysutils/fluent-bit: remove noop powerpc64* and riscv64* block
---
 sysutils/fluent-bit/Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/sysutils/fluent-bit/Makefile b/sysutils/fluent-bit/Makefile
index c81aafa7aeff..0a0ae9951ecc 100644
--- a/sysutils/fluent-bit/Makefile
+++ b/sysutils/fluent-bit/Makefile
@@ -39,9 +39,7 @@ USE_RC_SUBR=	${PORTNAME}
 
 .include <bsd.port.options.mk>
 
-.if ${ARCH:Mpowerpc64*} || ${ARCH:Mriscv64*}
-CMAKE_ARGS+=	-DFLB_LUAJIT:BOOL=OFF
-.elif ${ARCH} == powerpc
+.if ${ARCH} == powerpc
 LDFLAGS+=	-latomic
 USES+=		compiler:gcc-c++11-lib
 .else