Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Oct 2018 11:37:48 +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: r483282 - head/graphics/nvidia-texture-tools
Message-ID:  <201810281137.w9SBbmrM002702@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun Oct 28 11:37:47 2018
New Revision: 483282
URL: https://svnweb.freebsd.org/changeset/ports/483282

Log:
  Fix build on GCC-based architectures.
  
  Remove useless BROKEN_sparc64 line; it is obviated by ARCHS.
  
  While here, pet portlint.
  
  PR:		231608
  Submitted by:	Piotr Kubaj
  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	Sun Oct 28 11:32:32 2018	(r483281)
+++ head/graphics/nvidia-texture-tools/Makefile	Sun Oct 28 11:37:47 2018	(r483282)
@@ -12,21 +12,18 @@ COMMENT=	Texture Tools with support for DirectX 10 tex
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/NVIDIA_Texture_Tools_LICENSE.txt
 
+# see src/nvcore/nvcore.h
+ONLY_FOR_ARCHS=		amd64 i386 powerpc powerpc64
+
 LIB_DEPENDS=	libpng.so:graphics/png \
 		libtiff.so:graphics/tiff \
 		libIlmImf.so:graphics/openexr
 
-BROKEN_powerpc=		does not build
-BROKEN_sparc64=		does not build
-
-# see src/nvcore/nvcore.h
-ONLY_FOR_ARCHS=		amd64 i386 powerpc powerpc64
-
 USE_GITHUB=	yes
 GH_ACCOUNT=	castano
 GH_TAGNAME=	${PORTVERSION:R}
 
-USES=		alias cmake jpeg
+USES=		alias cmake compiler:c++11-lang jpeg
 CMAKE_ARGS=	-DNVTT_SHARED=TRUE
 
 CFLAGS+=	-fPIC



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