svn commit: r495408 - head/math/fplll

Mark Linimon linimon at FreeBSD.org
Tue Mar 12 01:15:57 UTC 2019


Author: linimon
Date: Tue Mar 12 01:15:56 2019
New Revision: 495408
URL: https://svnweb.freebsd.org/changeset/ports/495408

Log:
  Fix build on gcc-based architectures:
  
    configure: error: *** A compiler with support for C++11 language features is required.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/math/fplll/Makefile

Modified: head/math/fplll/Makefile
==============================================================================
--- head/math/fplll/Makefile	Tue Mar 12 01:12:42 2019	(r495407)
+++ head/math/fplll/Makefile	Tue Mar 12 01:15:56 2019	(r495408)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	libgmp.so:math/gmp \
 		libmpfr.so:math/mpfr
 
-USES=		autoreconf gmake libtool localbase:ldflags
+USES=		autoreconf compiler:c++11-lang gmake libtool localbase:ldflags
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-static
 USE_GITHUB=	yes


More information about the svn-ports-all mailing list