Date: Tue, 12 Mar 2019 01:15:56 +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: r495408 - head/math/fplll Message-ID: <201903120115.x2C1Fug6056945@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903120115.x2C1Fug6056945>