Date: Thu, 20 Dec 2018 02:50:21 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487834 - head/math/4ti2 Message-ID: <201812200250.wBK2oLnv079061@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Thu Dec 20 02:50:21 2018 New Revision: 487834 URL: https://svnweb.freebsd.org/changeset/ports/487834 Log: math/4ti2: add USES=compiler:c++11-lang PR: 234184 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Modified: head/math/4ti2/Makefile Modified: head/math/4ti2/Makefile ============================================================================== --- head/math/4ti2/Makefile Thu Dec 20 02:48:08 2018 (r487833) +++ head/math/4ti2/Makefile Thu Dec 20 02:50:21 2018 (r487834) @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libglpk.so:math/glpk \ libgmp.so:math/gmp -USES= autoreconf gmake libtool +USES= autoreconf compiler:c++11-lang gmake libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static --enable-shared --with-glpk=${LOCALBASE} --with-gmp=${LOCALBASE} USE_GITHUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812200250.wBK2oLnv079061>