git: ab8e0f8d0162 - main - misc/usd: disable on powerpc

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Wed, 11 Oct 2023 18:27:08 UTC
The branch main has been updated by pkubaj:

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

commit ab8e0f8d0162765fbcb3cbead9ff01c582ed52c2
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2023-10-10 12:34:47 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2023-10-11 18:26:28 +0000

    misc/usd: disable on powerpc
---
 misc/usd/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/misc/usd/Makefile b/misc/usd/Makefile
index 8876edf0713b..d3e3077f49af 100644
--- a/misc/usd/Makefile
+++ b/misc/usd/Makefile
@@ -15,7 +15,7 @@ WWW=		http://www.openusd.org/
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-NOT_FOR_ARCHS=	armv6 armv7 i386 # CMakeLists.txt fails for non-64-bit architectures: Compiler does not support 64-bit builds
+NOT_FOR_ARCHS=	armv6 armv7 i386 powerpc # CMakeLists.txt fails for non-64-bit architectures: Compiler does not support 64-bit builds
 
 LIB_DEPENDS=	libtbb.so:devel/tbb