svn commit: r506914 - head/biology/treekin

Piotr Kubaj pkubaj at FreeBSD.org
Fri Jul 19 08:49:34 UTC 2019


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
 


More information about the svn-ports-all mailing list