Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Dec 2018 00:36:19 +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: r487395 - head/science/yoda
Message-ID:  <201812140036.wBE0aJLj041975@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Fri Dec 14 00:36:18 2018
New Revision: 487395
URL: https://svnweb.freebsd.org/changeset/ports/487395

Log:
  science/yoda: Fix build with GCC-based architectures
  
  PR:		233981
  Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>

Modified:
  head/science/yoda/Makefile

Modified: head/science/yoda/Makefile
==============================================================================
--- head/science/yoda/Makefile	Thu Dec 13 23:08:40 2018	(r487394)
+++ head/science/yoda/Makefile	Fri Dec 14 00:36:18 2018	(r487395)
@@ -12,7 +12,7 @@ COMMENT=	Particle physics package with classes for dat
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		gmake libtool
+USES=		compiler:c++11-lang gmake libtool
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 



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