Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jul 2020 21:16:48 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r542674 - branches/2020Q3/math/cocoalib
Message-ID:  <202007202116.06KLGm1q071480@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007202116.06KLGm1q071480>