Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Nov 2018 18:23:21 +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: r486045 - head/science/rmf
Message-ID:  <201811271823.wARINLEJ094868@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Tue Nov 27 18:23:21 2018
New Revision: 486045
URL: https://svnweb.freebsd.org/changeset/ports/486045

Log:
  science/rmf: fix build with GCC-based architectures
  
  PR:		233574
  Submitted by:	Piotr Kubaj

Modified:
  head/science/rmf/Makefile

Modified: head/science/rmf/Makefile
==============================================================================
--- head/science/rmf/Makefile	Tue Nov 27 17:34:07 2018	(r486044)
+++ head/science/rmf/Makefile	Tue Nov 27 18:23:21 2018	(r486045)
@@ -15,7 +15,7 @@ LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
 		libhdf5.so:science/hdf5 \
 		libsz.so:science/szip
 
-USES=		cmake:outsource python:build shebangfix
+USES=		compiler:c++11-lang cmake:outsource python:build shebangfix
 USE_GITHUB=	yes
 GH_ACCOUNT=	salilab
 GH_TAGNAME=	f917cf2



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