Fix build on gcc-based architectures:
configure: error: the c++ compiler appears to not support C++11. Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
09d1b00af0
commit
0d3b4868e7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=495557
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ COMMENT= Synthesizable Verilog to C++ compiler
|
|||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= bison gmake pathfix perl5 tar:tgz
|
||||
USES= bison compiler:c++11-lang gmake pathfix perl5 tar:tgz
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= INSTALL_PROGRAM="${INSTALL_SCRIPT}"
|
||||
|
|
Loading…
Reference in a new issue