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:
parent
f7e9420013
commit
b57976529f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=508571
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue