git: cf33a2b22b02 - main - devel/onetbb: fix build on riscv64
Piotr Kubaj
pkubaj at FreeBSD.org
Mon Jul 5 22:06:11 UTC 2021
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=cf33a2b22b02acbc23d6e79143f13dfe65d4e447
commit cf33a2b22b02acbc23d6e79143f13dfe65d4e447
Author: Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-07-05 22:02:40 +0000
Commit: Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-07-05 22:02:40 +0000
devel/onetbb: fix build on riscv64
Same issue as on powerpc.
---
devel/onetbb/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/devel/onetbb/Makefile b/devel/onetbb/Makefile
index f98ec6f87bdd..92c35b3cfe62 100644
--- a/devel/onetbb/Makefile
+++ b/devel/onetbb/Makefile
@@ -39,7 +39,7 @@ OPTIONS_DEFINE= DOCS
.include <bsd.port.pre.mk>
-.if ${ARCH} == powerpc
+.if ${ARCH} == powerpc || ${ARCH} == riscv64
EXTRA_PATCHES= ${FILESDIR}/extra-patch-src_tbb_tools__api_ittnotify__config.h
.endif
More information about the dev-commits-ports-all
mailing list