Date: Wed, 12 Jun 2019 18:39:28 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r504032 - head/math/mfem Message-ID: <201906121839.x5CIdSoW001539@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906121839.x5CIdSoW001539>