Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jul 2019 08:49:33 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r506914 - head/biology/treekin
Message-ID:  <201907190849.x6J8nXsG024931@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Fri Jul 19 08:49:33 2019
New Revision: 506914
URL: https://svnweb.freebsd.org/changeset/ports/506914

Log:
  biology/treekin: fix build on GCC architectures
  
  Needs C++11 compiler:
  configure: error: *** A compiler with support for C++11 language features is required.
  
  Approved by:	mentors (implicit approval)

Modified:
  head/biology/treekin/Makefile

Modified: head/biology/treekin/Makefile
==============================================================================
--- head/biology/treekin/Makefile	Fri Jul 19 08:47:11 2019	(r506913)
+++ head/biology/treekin/Makefile	Fri Jul 19 08:49:33 2019	(r506914)
@@ -16,7 +16,8 @@ LICENSE_PERMS=	auto-accept dist-mirror pkg-mirror
 
 BUILD_DEPENDS=	lapacke>0:math/lapacke
 
-USES=		blaslapack:netlib fortran gmake localbase:ldflags
+USES=		blaslapack:netlib compiler:c++11-lang fortran gmake \
+		localbase:ldflags
 
 GNU_CONFIGURE=	yes
 



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