Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Feb 2024 20:07:37 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d9baff3868bf - main - misc/usd: Not for powerpc64le
Message-ID:  <202402122007.41CK7beR049401@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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