Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Sep 2020 20:58:28 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r549960 - head/graphics/nvidia-texture-tools
Message-ID:  <202009242058.08OKwSZT001607@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Thu Sep 24 20:58:28 2020
New Revision: 549960
URL: https://svnweb.freebsd.org/changeset/ports/549960

Log:
  Allow building on powerpc64le.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/graphics/nvidia-texture-tools/Makefile

Modified: head/graphics/nvidia-texture-tools/Makefile
==============================================================================
--- head/graphics/nvidia-texture-tools/Makefile	Thu Sep 24 20:55:05 2020	(r549959)
+++ head/graphics/nvidia-texture-tools/Makefile	Thu Sep 24 20:58:28 2020	(r549960)
@@ -13,7 +13,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/NVIDIA_Texture_Tools_LICENSE.txt
 
 # see src/nvcore/nvcore.h
-ONLY_FOR_ARCHS=		amd64 i386 powerpc powerpc64
+ONLY_FOR_ARCHS=		amd64 i386 powerpc powerpc64 powerpc64le
 
 LIB_DEPENDS=	libpng.so:graphics/png \
 		libtiff.so:graphics/tiff \



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