From 171a21c0020a17f910d5911bdf4602677b5fa4ca Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Sun, 31 Jul 2022 13:11:50 -0700 Subject: [PATCH] misc/usd: Not for armv6, armv7 Reported by: fallout --- 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