Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Apr 2022 16:17:58 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d5713770a065 - main - graphics/nvidia-texture-tools: enable on powerpc64le
Message-ID:  <202204041617.234GHwXv008600@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj:

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

commit d5713770a065fb92416dafa603d254efca2862a7
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-04-04 16:14:43 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-04-04 16:14:43 +0000

    graphics/nvidia-texture-tools: enable on powerpc64le
---
 graphics/nvidia-texture-tools/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graphics/nvidia-texture-tools/Makefile b/graphics/nvidia-texture-tools/Makefile
index f44ac04a2d6c..3cc8638c7705 100644
--- a/graphics/nvidia-texture-tools/Makefile
+++ b/graphics/nvidia-texture-tools/Makefile
@@ -8,7 +8,7 @@ COMMENT=	Texture Tools with support for DirectX 10 texture formats
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-ONLY_FOR_ARCHS=	i386 amd64 powerpc powerpc64 armv6 aarch64  # see src/nvcore/nvcore.h
+ONLY_FOR_ARCHS=	i386 amd64 powerpc powerpc64 armv6 aarch64 powerpc64le # see src/nvcore/nvcore.h
 
 USES=		cmake compiler:c++11-lang
 CMAKE_ON=	NVTT_SHARED \



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