diff options
author | yuri <yuri@FreeBSD.org> | 2018-10-15 00:23:09 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-10-15 00:23:09 +0800 |
commit | bad6497004eff20599b7c6ba13f483c2bdd1b680 (patch) | |
tree | 58a9c293a0295f43bc98a0951a7a738149851d2f /math | |
parent | 4842be4c890d07ace8c073c204dc5465cf6af1c7 (diff) | |
download | freebsd-ports-gnome-bad6497004eff20599b7c6ba13f483c2bdd1b680.tar.gz freebsd-ports-gnome-bad6497004eff20599b7c6ba13f483c2bdd1b680.tar.zst freebsd-ports-gnome-bad6497004eff20599b7c6ba13f483c2bdd1b680.zip |
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>
Diffstat (limited to 'math')
-rw-r--r-- | math/vtk8/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/vtk8/Makefile b/math/vtk8/Makefile index d0191f14e77e..165cde8954ee 100644 --- a/math/vtk8/Makefile +++ b/math/vtk8/Makefile @@ -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 |