Add compiler:c++11-lang to USES to fix build on GCC-based systems:

sympol/CMakeFiles/sympolbin.dir/sympol.cpp.o:(.text+0xac4): undefined reference to `boost::program_options::options_description::options_description(std::string const&, unsigned int, unsigned int)'

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2021-01-02 03:12:53 +00:00
parent 1ae471e3d6
commit d80d307020
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=559910

View File

@ -16,7 +16,7 @@ LIB_DEPENDS= libboost_program_options.so:devel/boost-libs \
libcddgmp.so:math/cddlib \
libgmp.so:math/gmp
USES= cmake eigen:3 localbase:ldflags
USES= cmake compiler:c++11-lang eigen:3 localbase:ldflags
USE_LDCONFIG= yes
USE_GITHUB= yes