Created attachment 230799 [details] devel/onetbb: fix build on armv6/armv7 Arm too is a 32 bit platform, so add it to the list of 32 bit platforms. This fixes the build of devel/onetbb on armv7. I did not test armv6, but I suppose it does the same there. Tested with Poudriere. Please MFH if possible.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=b5998841b674b65f3dc55c7a6c67b3914a0260e8 commit b5998841b674b65f3dc55c7a6c67b3914a0260e8 Author: Ganael LAPLANCHE <martymac@FreeBSD.org> AuthorDate: 2022-01-08 10:13:42 +0000 Commit: Ganael LAPLANCHE <martymac@FreeBSD.org> CommitDate: 2022-01-08 10:17:31 +0000 devel/onetbb: fix build on armv6/armv7 PR: 261015 Reported by: Robert Clausecker <fuz@fuz.su> MFH: 2022Q1 devel/onetbb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Committed, thanks!
A commit in branch 2022Q1 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=5cd99083be1068f34045fbbd1a2aed105029df4e commit 5cd99083be1068f34045fbbd1a2aed105029df4e Author: Ganael LAPLANCHE <martymac@FreeBSD.org> AuthorDate: 2022-01-08 10:13:42 +0000 Commit: Ganael LAPLANCHE <martymac@FreeBSD.org> CommitDate: 2022-01-10 18:31:59 +0000 devel/onetbb: fix build on armv6/armv7 PR: 261015 Reported by: Robert Clausecker <fuz@fuz.su> MFH: 2022Q1 (cherry picked from commit b5998841b674b65f3dc55c7a6c67b3914a0260e8) devel/onetbb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Seems like everything that is needed has been committed.