svn commit: r534167 - head/science/plumed
Mark Linimon
linimon at FreeBSD.org
Wed May 6 12:00:54 UTC 2020
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
More information about the svn-ports-all
mailing list