Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 May 2020 12:00:53 +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: r534167 - head/science/plumed
Message-ID:  <202005061200.046C0rm8048728@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Wed May  6 12:00:53 2020
New Revision: 534167
URL: https://svnweb.freebsd.org/changeset/ports/534167

Log:
  Add compiler:c++11-lang to USES to fix build on GCC-based systems:
  
    core/../../core/tools/../../tools/Vector.h:27:17: error: array: No such file or directory

Modified:
  head/science/plumed/Makefile

Modified: head/science/plumed/Makefile
==============================================================================
--- head/science/plumed/Makefile	Wed May  6 11:53:56 2020	(r534166)
+++ head/science/plumed/Makefile	Wed May  6 12:00:53 2020	(r534167)
@@ -15,7 +15,7 @@ BUILD_DEPENDS=	bash:shells/bash \
 		xxd:editors/vim-console
 RUN_DEPENDS=	bash:shells/bash
 
-USES=		autoreconf gmake pkgconfig shebangfix
+USES=		autoreconf compiler:c++11-lang gmake pkgconfig shebangfix
 SHEBANG_GLOB=	*.sh
 SHEBANG_FILES=	src/maketools/makecmd
 GNU_CONFIGURE=	yes



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