svn commit: r559910 - head/math/sympol

Mark Linimon linimon at FreeBSD.org
Sat Jan 2 03:12:54 UTC 2021


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


More information about the svn-ports-all mailing list