Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Sep 2018 21:11:48 +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: r480984 - head/science/bagel
Message-ID:  <201809302111.w8ULBmYO093752@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Sep 30 21:11:48 2018
New Revision: 480984
URL: https://svnweb.freebsd.org/changeset/ports/480984

Log:
  science/bagel: Fix build on 10
  
  Add USES=compiler:c++11-lang and USE_CXXSTD=c++11
  
  Reported by:	fallout

Modified:
  head/science/bagel/Makefile

Modified: head/science/bagel/Makefile
==============================================================================
--- head/science/bagel/Makefile	Sun Sep 30 20:54:01 2018	(r480983)
+++ head/science/bagel/Makefile	Sun Sep 30 21:11:48 2018	(r480984)
@@ -17,11 +17,12 @@ BROKEN_i386=	error: static_assert failed "size_t is as
 LIB_DEPENDS=	libboost_serialization.so:devel/boost-libs \
 		libcblas.so:math/cblas
 
-USES=		autoreconf fortran gmake libtool localbase python:build
+USES=		autoreconf compiler:c++11-lang fortran gmake libtool localbase python:build
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--datarootdir=${DATADIR}
 USE_GITHUB=	yes
 GH_ACCOUNT=	nubakery
+USE_CXXSTD=	c++11
 USE_LDCONFIG=	yes
 
 OPTIONS_DEFINE=			MPI LIBXC SCALAPACK SMITH # SLATER (needs a separate lib)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809302111.w8ULBmYO093752>