svn commit: r487395 - head/science/yoda

Yuri Victorovich yuri at FreeBSD.org
Fri Dec 14 00:36:20 UTC 2018


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 at 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
 


More information about the svn-ports-all mailing list