Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Mar 2020 01:16:02 +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: r529937 - head/math/lcalc
Message-ID:  <202003310116.02V1G2TL060168@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Tue Mar 31 01:16:02 2020
New Revision: 529937
URL: https://svnweb.freebsd.org/changeset/ports/529937

Log:
  Add compiler:c++11-lang to USES to fix build on GCC-based systems:
  
    ../include/Lcommon.h:72: error: ISO C++ forbids declaration of 'i' with no type
  
  Approved by:		portmgr (tier-2 blanket)

Modified:
  head/math/lcalc/Makefile

Modified: head/math/lcalc/Makefile
==============================================================================
--- head/math/lcalc/Makefile	Tue Mar 31 01:03:24 2020	(r529936)
+++ head/math/lcalc/Makefile	Tue Mar 31 01:16:02 2020	(r529937)
@@ -20,7 +20,7 @@ LIB_DEPENDS=	libgmp.so:math/gmp	\
 #GH_PROJECT=	l-calc
 #GH_TAGNAME=	4c57471
 
-USES=		gmake localbase tar:bz2
+USES=		compiler:c++11-lang gmake localbase tar:bz2
 
 PATCH_WRKSRC=	${WRKDIR}/${DISTNAME}
 WRKSRC_SUBDIR=	src



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