diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-07-31 13:11:50 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-07-31 13:12:28 -0700 |
commit | 171a21c0020a17f910d5911bdf4602677b5fa4ca (patch) | |
tree | d85c2c3ae8b3210dd73252c7ba29e78fe54e0775 /misc/usd | |
parent | print/harfbuzz: update to 5.1.0 (diff) |
misc/usd: Not for armv6, armv7
Reported by: fallout
Diffstat (limited to 'misc/usd')
-rw-r--r-- | misc/usd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |