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

This commit is contained in:
Piotr Kubaj
2023-08-07 08:43:19 +02:00
parent fcaddf29e5
commit fa2393450c

View File

@@ -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