svn commit: r508571 - head/science/openkim-models

Mark Linimon linimon at FreeBSD.org
Sun Aug 11 00:13:03 UTC 2019


Author: linimon
Date: Sun Aug 11 00:13:02 2019
New Revision: 508571
URL: https://svnweb.freebsd.org/changeset/ports/508571

Log:
  Add compiler:c++11-lang to USES to fix build on gcc-based architectures:
  
    Target "hNN_WT__MD_435082866799_000" requires the language dialect "CXX11"
    (with compiler extensions), but CMake does not know the compile flags to
    use to enable it.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/science/openkim-models/Makefile

Modified: head/science/openkim-models/Makefile
==============================================================================
--- head/science/openkim-models/Makefile	Sun Aug 11 00:00:54 2019	(r508570)
+++ head/science/openkim-models/Makefile	Sun Aug 11 00:13:02 2019	(r508571)
@@ -14,6 +14,6 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BUILD_DEPENDS=	xxd:editors/vim-console
 LIB_DEPENDS=	libkim-api.so:science/kim-api
 
-USES=		cmake:noninja fortran tar:txz
+USES=		cmake:noninja compiler:c++11-lang fortran tar:txz
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list