svn commit: r535139 - head/multimedia/f3d
Mark Linimon
linimon at FreeBSD.org
Wed May 13 20:35:44 UTC 2020
Author: linimon
Date: Wed May 13 20:35:44 2020
New Revision: 535139
URL: https://svnweb.freebsd.org/changeset/ports/535139
Log:
Add compiler:c++11-lang to USES to fix build on GCC-based systems:
The compiler feature "cxx_std_11" is not known to CXX compiler "GNU" version 4.2.1.
Approved by: portmgr (tier-2 blanket)
Modified:
head/multimedia/f3d/Makefile
Modified: head/multimedia/f3d/Makefile
==============================================================================
--- head/multimedia/f3d/Makefile Wed May 13 20:22:50 2020 (r535138)
+++ head/multimedia/f3d/Makefile Wed May 13 20:35:44 2020 (r535139)
@@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libvtkCommonMisc-9.0.so:math/vtk9
-USES= cmake gl xorg
+USES= cmake compiler:c++11-lang gl xorg
USE_GITLAB= yes
GL_SITE= https://gitlab.kitware.com
GL_COMMIT= 973d8e3b05f2b4275c72f82694e65f1713a87863
More information about the svn-ports-all
mailing list