1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

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)
This commit is contained in:
Mark Linimon 2019-08-11 00:13:02 +00:00
parent f7e9420013
commit b57976529f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=508571

View File

@ -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>