Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Aug 2023 19:26:49 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: fa2393450c92 - main - sysutils/fluent-bit: remove noop powerpc64* and riscv64* block
Message-ID:  <202308071926.377JQnYN026857@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=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



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