Date: Mon, 20 Jul 2020 21:15:52 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r542673 - head/math/cocoalib Message-ID: <202007202115.06KLFql2071291@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Mon Jul 20 21:15:52 2020 New Revision: 542673 URL: https://svnweb.freebsd.org/changeset/ports/542673 Log: math/cocoalib: fix build on GCC architectures Use C++11 compiler: /wrkdirs/usr/ports/math/cocoalib/work/CoCoALib-0.99710/include/CoCoA/TmpPBMill.H:263: error: 'nullptr' was not declared in this scope MFH: 2020Q3 (fix build blanket) Modified: head/math/cocoalib/Makefile Modified: head/math/cocoalib/Makefile ============================================================================== --- head/math/cocoalib/Makefile Mon Jul 20 20:56:27 2020 (r542672) +++ head/math/cocoalib/Makefile Mon Jul 20 21:15:52 2020 (r542673) @@ -17,7 +17,7 @@ LICENSE_FILE_GFDL= ${WRKSRC}/doc/COPYING BUILD_DEPENDS= bash:shells/bash LIB_DEPENDS= libgmp.so:math/gmp -USES= shebangfix tar:tgz +USES= compiler:c++11-lang shebangfix tar:tgz SHEBANG_GLOB= *.sh
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007202115.06KLFql2071291>