git: 5cd99083be10 - 2022Q1 - devel/onetbb: fix build on armv6/armv7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 10 Jan 2022 18:32:38 UTC
The branch 2022Q1 has been updated by martymac: 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(-) diff --git a/devel/onetbb/Makefile b/devel/onetbb/Makefile index 7690cb338cb7..208717aad0f4 100644 --- a/devel/onetbb/Makefile +++ b/devel/onetbb/Makefile @@ -36,7 +36,7 @@ PLIST_SUB= PCSUFX="${PCSUFX}" .include <bsd.port.pre.mk> -.if ${ARCH} == i386 || ${ARCH} == powerpc +.if ${ARCH} == i386 || ${ARCH} == powerpc || ${ARCH:Marmv?} PCSUFX= 32 .endif