Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Jul 2022 20:12:55 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: e961a1d5748a - 2022Q3 - misc/usd: Not for armv6, armv7
Message-ID:  <202207312012.26VKCtd1061350@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2022Q3 has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e961a1d5748ac6fc1b68c5929acefc7949e93a49

commit e961a1d5748ac6fc1b68c5929acefc7949e93a49
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-31 20:11:50 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-31 20:12:52 +0000

    misc/usd: Not for armv6, armv7
    
    Reported by:    fallout
    
    (cherry picked from commit 171a21c0020a17f910d5911bdf4602677b5fa4ca)
---
 misc/usd/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/misc/usd/Makefile b/misc/usd/Makefile
index ba6d9e7342da..60f5abc0f33e 100644
--- a/misc/usd/Makefile
+++ b/misc/usd/Makefile
@@ -13,7 +13,7 @@ COMMENT=	Universal Scene Description is a scene description management system
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-NOT_FOR_ARCHS=	i386 # CMakeLists.txt fails for non-64-bit architectures
+NOT_FOR_ARCHS=	armv6 armv7 i386 # CMakeLists.txt fails for non-64-bit architectures: Compiler does not support 64-bit builds
 
 LIB_DEPENDS=	libtbb.so:devel/tbb
 



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