math/wxmaxima: fix build on GCC architectires

Use C++11 compiler:
CMake Error in src/CMakeLists.txt:
  Target "wxmaxima" requires the language dialect "CXX11" (with compiler
  extensions), but CMake does not know the compile flags to use to enable it.

MFH:		2020Q3 (fix build blanket)2020Q3 (fix build blanket)
This commit is contained in:
Piotr Kubaj 2020-08-01 09:21:48 +00:00
parent 31806fb387
commit 63d192ad44
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=543899

View File

@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= maxima:math/maxima
USES= cmake desktop-file-utils shared-mime-info
USES= cmake compiler:c++11-lang desktop-file-utils shared-mime-info
USE_WX= 3.0
USE_GITHUB= yes
GH_ACCOUNT= wxMaxima-Developers