Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Sep 2020 16:21:38 +0000 (UTC)
From:      Stephen Montgomery-Smith <stephen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r549927 - head/devel/gdcm
Message-ID:  <202009241621.08OGLc1A030759@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: stephen
Date: Thu Sep 24 16:21:38 2020
New Revision: 549927
URL: https://svnweb.freebsd.org/changeset/ports/549927

Log:
  - Unbreak build with VTK6 enabled.
  
  PR:		249540
  Submitted by:	fluffy@FreeBSD.org

Modified:
  head/devel/gdcm/Makefile

Modified: head/devel/gdcm/Makefile
==============================================================================
--- head/devel/gdcm/Makefile	Thu Sep 24 16:20:00 2020	(r549926)
+++ head/devel/gdcm/Makefile	Thu Sep 24 16:21:38 2020	(r549927)
@@ -23,6 +23,8 @@ VTK6_DESC=		Build VTK 6 integration classes
 VTK6_LIB_DEPENDS=	libvtkCommonCore-${VTK6_VERSION}.so:math/vtk6
 VTK6_CMAKE_ON=		-DGDCM_USE_VTK:BOOL=ON \
 			-DVTK_DIR:PATH=${LOCALBASE}/lib/vtk-${VTK6_VERSION}
+VTK6_USES=		gl
+VTK6_USE=		GL=glu
 
 # Change this when updating the port
 GDCM_MAJOR=	3



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