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)
This commit is contained in:
Piotr Kubaj 2019-10-22 18:01:58 +00:00
parent d4ba553ed8
commit e506a1ae21
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=515206

View file

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