Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Oct 2018 16:23:10 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r482050 - head/math/vtk8
Message-ID:  <201810141623.w9EGNAGC005512@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Oct 14 16:23:09 2018
New Revision: 482050
URL: https://svnweb.freebsd.org/changeset/ports/482050

Log:
  math/vtk8: Fix build with GCC-based architectures
  
  Add USES=compiler:c++11-lang
  Also add USES=gl
  
  PR:		232250
  Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>

Modified:
  head/math/vtk8/Makefile

Modified: head/math/vtk8/Makefile
==============================================================================
--- head/math/vtk8/Makefile	Sun Oct 14 16:06:28 2018	(r482049)
+++ head/math/vtk8/Makefile	Sun Oct 14 16:23:09 2018	(r482050)
@@ -20,7 +20,7 @@ LIB_DEPENDS=	libtiff.so:graphics/tiff \
 
 CONFLICTS=	vtk5 vtk6
 
-USES=		alias cmake:outsource jpeg localbase
+USES=		alias cmake:outsource compiler:c++11-lang gl jpeg localbase
 USE_LDCONFIG=	${PREFIX}/lib/vtk-${VTK_SHORT_VER}
 USE_XORG=	ice x11 xt xext sm
 



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