From 92375dd403ea0d284ff3f5349c34520daa81eae7 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Fri, 14 Dec 2018 00:36:18 +0000 Subject: [PATCH] science/yoda: Fix build with GCC-based architectures PR: 233981 Submitted by: Piotr Kubaj --- science/yoda/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/science/yoda/Makefile b/science/yoda/Makefile index d059bc3c148a..3e80849a6598 100644 --- a/science/yoda/Makefile +++ b/science/yoda/Makefile @@ -12,7 +12,7 @@ COMMENT= Particle physics package with classes for data analysis, histogramming LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -USES= gmake libtool +USES= compiler:c++11-lang gmake libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes