From e506a1ae21fae6d0e6835e7fdd3780c80171b496 Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Tue, 22 Oct 2019 18:01:58 +0000 Subject: [PATCH] graphics/ebsynth: fix build on GCC architectures Use C++11 compiler: cc1plus: error: unrecognized command line option "-std=c++11" Approved by: mentors (implicit approval) --- graphics/ebsynth/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/ebsynth/Makefile b/graphics/ebsynth/Makefile index 708b4594ca4b..ba624e954171 100644 --- a/graphics/ebsynth/Makefile +++ b/graphics/ebsynth/Makefile @@ -11,7 +11,7 @@ LICENSE= PD LIB_DEPENDS= libomp.so:devel/openmp -USES= localbase +USES= compiler:c++11-lang localbase USE_GITHUB= yes GH_ACCOUNT= jamriska GH_TAGNAME= 2f5c97c0c21a