svn commit: r504032 - head/math/mfem

Piotr Kubaj pkubaj at FreeBSD.org
Wed Jun 12 18:39:28 UTC 2019


Author: pkubaj
Date: Wed Jun 12 18:39:27 2019
New Revision: 504032
URL: https://svnweb.freebsd.org/changeset/ports/504032

Log:
  math/mfem: fix build
  
  Add USES=compiler:c++11-lang to fix:
    Target "nurbs_ex1" requires the language dialect "CXX11" , but CMake does
    not know the compile flags to use to enable it.
  
  Approved by:	mentors (implicite approval)

Modified:
  head/math/mfem/Makefile

Modified: head/math/mfem/Makefile
==============================================================================
--- head/math/mfem/Makefile	Wed Jun 12 18:21:59 2019	(r504031)
+++ head/math/mfem/Makefile	Wed Jun 12 18:39:27 2019	(r504032)
@@ -11,7 +11,7 @@ COMMENT=	Lightweight, general, scalable C++ library fo
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		cmake
+USES=		cmake compiler:c++11-lang
 USE_GITHUB=	yes
 USE_LDCONFIG=	yes
 


More information about the svn-ports-head mailing list