svn commit: r482050 - head/math/vtk8

Yuri Victorovich yuri at FreeBSD.org
Sun Oct 14 16:23:10 UTC 2018


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 at 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
 


More information about the svn-ports-all mailing list