MFH: r561436

x11-fonts/fontobene: fix build on GCC architectures

  The compiler feature "cxx_decltype" is not known to CXX compiler

  "GNU"

  version 4.2.1.
This commit is contained in:
Piotr Kubaj 2021-01-13 03:31:32 +00:00
parent 879ad2d48d
commit 03d03c9d11
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2021Q1/; revision=561437

View File

@ -12,7 +12,7 @@ LICENSE_COMB= multi
LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE
LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT
USES= cmake qt:5
USES= cmake compiler:c++11-lang qt:5
USE_QT= core buildtools_build qmake_build # core is needed for build to be checked by cmake, and for run because it is included from the headers
USE_GITHUB= yes