Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Dec 2021 23:08:34 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: 19cd758c7dce - main - sysutils/fluent-bit: fix build on riscv64
Message-ID:  <202112162308.1BGN8YOe069808@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=19cd758c7dce3506916fa57d71584ec4c0ac9ea6

commit 19cd758c7dce3506916fa57d71584ec4c0ac9ea6
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-12-16 22:34:51 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2021-12-16 22:35:22 +0000

    sysutils/fluent-bit: fix build on riscv64
    
    Same issue as on powerpc64*.
---
 sysutils/fluent-bit/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sysutils/fluent-bit/Makefile b/sysutils/fluent-bit/Makefile
index 2ef7fd9848d3..d9e5eef68540 100644
--- a/sysutils/fluent-bit/Makefile
+++ b/sysutils/fluent-bit/Makefile
@@ -12,7 +12,6 @@ LICENSE=	APACHE20
 
 BROKEN_mips=		fails to build: conflicting types for 'restrict'
 BROKEN_mips64=		fails to build: conflicting types for 'restrict'
-BROKEN_riscv64=		fails to build: No support for this architecture (yet)
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	fluent
@@ -40,7 +39,7 @@ USE_RC_SUBR=	${PORTNAME}
 
 .include <bsd.port.options.mk>
 
-.if ${ARCH:Mpowerpc64*}
+.if ${ARCH:Mpowerpc64*} || ${ARCH:Mriscv64*}
 CMAKE_ARGS+=	-DFLB_LUAJIT:BOOL=OFF
 .elif ${ARCH} == powerpc
 LDFLAGS+=	-latomic



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