Date: Thu, 20 Dec 2018 02:48:08 +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: r487833 - head/math/latte-integrale Message-ID: <201812200248.wBK2m8D7078808@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Thu Dec 20 02:48:08 2018 New Revision: 487833 URL: https://svnweb.freebsd.org/changeset/ports/487833 Log: math/latte-integrale: fix build with GCC-based architectures PR: 234183 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Modified: head/math/latte-integrale/Makefile Modified: head/math/latte-integrale/Makefile ============================================================================== --- head/math/latte-integrale/Makefile Thu Dec 20 02:45:21 2018 (r487832) +++ head/math/latte-integrale/Makefile Thu Dec 20 02:48:08 2018 (r487833) @@ -21,7 +21,7 @@ LIB_DEPENDS= lib4ti2util.so:math/4ti2 \ RUN_DEPENDS= lrs:math/lrslib \ points2triangs:math/topcom -USES= autoreconf gmake libtool localbase:ldflags +USES= autoreconf compiler:c++11-lang gmake libtool localbase:ldflags GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static \ --with-topcom=${LOCALBASE} --with-4ti2=${LOCALBASE} --with-cddlib=${LOCALBASE} --with-gmp=${LOCALBASE} --with-ntl=${LOCALBASE}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812200248.wBK2m8D7078808>