svn commit: r487833 - head/math/latte-integrale

Yuri Victorovich yuri at FreeBSD.org
Thu Dec 20 02:48:09 UTC 2018


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 at 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}


More information about the svn-ports-all mailing list