svn commit: r549960 - head/graphics/nvidia-texture-tools

Mark Linimon linimon at FreeBSD.org
Thu Sep 24 20:58:29 UTC 2020


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 \


More information about the svn-ports-all mailing list