svn commit: r529937 - head/math/lcalc

Mark Linimon linimon at FreeBSD.org
Tue Mar 31 01:16:10 UTC 2020


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


More information about the svn-ports-all mailing list