svn commit: r542674 - branches/2020Q3/math/cocoalib
Piotr Kubaj
pkubaj at FreeBSD.org
Mon Jul 20 21:16:48 UTC 2020
Author: pkubaj
Date: Mon Jul 20 21:16:48 2020
New Revision: 542674
URL: https://svnweb.freebsd.org/changeset/ports/542674
Log:
MFH: r542673
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
Approved by: portmgr (fix build blanket)
Modified:
branches/2020Q3/math/cocoalib/Makefile
Directory Properties:
branches/2020Q3/ (props changed)
Modified: branches/2020Q3/math/cocoalib/Makefile
==============================================================================
--- branches/2020Q3/math/cocoalib/Makefile Mon Jul 20 21:15:52 2020 (r542673)
+++ branches/2020Q3/math/cocoalib/Makefile Mon Jul 20 21:16:48 2020 (r542674)
@@ -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
More information about the svn-ports-branches
mailing list