svn commit: r484261 - head/science/gromacs

Mark Linimon linimon at FreeBSD.org
Mon Nov 5 23:51:04 UTC 2018


Author: linimon
Date: Mon Nov  5 23:51:03 2018
New Revision: 484261
URL: https://svnweb.freebsd.org/changeset/ports/484261

Log:
  Add compiler:c++11-lang to USES to fix build on gcc-based archs.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/science/gromacs/Makefile

Modified: head/science/gromacs/Makefile
==============================================================================
--- head/science/gromacs/Makefile	Mon Nov  5 23:41:32 2018	(r484260)
+++ head/science/gromacs/Makefile	Mon Nov  5 23:51:03 2018	(r484261)
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 BUILD_DEPENDS=	boost-libs>=1.44:devel/boost-libs
 LIB_DEPENDS=	libhwloc.so:devel/hwloc
 
-USES=		cmake:outsource fortran perl5 pkgconfig shebangfix
+USES=		cmake:outsource compiler:c++11-lang fortran perl5 pkgconfig shebangfix
 SHEBANG_FILES=	admin/*.sh scripts/*.pl scripts/*.sh src/gromacs/selection/*.sh
 bash_CMD=	${SH}
 USE_GNOME=	libxml2


More information about the svn-ports-all mailing list