Date: Sat, 2 Jan 2021 03:12:54 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r559910 - head/math/sympol Message-ID: <202101020312.1023CsQG044093@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sat Jan 2 03:12:53 2021 New Revision: 559910 URL: https://svnweb.freebsd.org/changeset/ports/559910 Log: 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) Modified: head/math/sympol/Makefile Modified: head/math/sympol/Makefile ============================================================================== --- head/math/sympol/Makefile Sat Jan 2 03:10:16 2021 (r559909) +++ head/math/sympol/Makefile Sat Jan 2 03:12:53 2021 (r559910) @@ -16,7 +16,7 @@ LIB_DEPENDS= libboost_program_options.so:devel/boost-l 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101020312.1023CsQG044093>