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:
Mark Linimon 2019-03-13 05:24:21 +00:00
parent 09d1b00af0
commit 0d3b4868e7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=495557

View file

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