Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 May 2020 20:35:44 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r535139 - head/multimedia/f3d
Message-ID:  <202005132035.04DKZiax093446@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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