svn commit: r486045 - head/science/rmf

Yuri Victorovich yuri at FreeBSD.org
Tue Nov 27 18:23:22 UTC 2018


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


More information about the svn-ports-all mailing list