git: d9baff3868bf - main - misc/usd: Not for powerpc64le
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 12 Feb 2024 20:07:37 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=d9baff3868bfacfca80fabc0f735635f4b6fc450 commit d9baff3868bfacfca80fabc0f735635f4b6fc450 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-02-12 20:06:45 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-02-12 20:07:33 +0000 misc/usd: Not for powerpc64le 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 d3e3077f49af..188185717165 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 powerpc # CMakeLists.txt fails for non-64-bit architectures: Compiler does not support 64-bit builds +NOT_FOR_ARCHS= armv6 armv7 i386 powerpc powerpc64le # CMakeLists.txt fails for non-64-bit architectures: Compiler does not support 64-bit builds; also: pxr/base/arch/defines.h:69:2: error: "Unsupported architecture. x86_64 or ARM64 required." LIB_DEPENDS= libtbb.so:devel/tbb