From 03d03c9d1153e5c00c59fa4ca5b8561cebad03bf Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Wed, 13 Jan 2021 03:31:32 +0000 Subject: [PATCH] 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. --- x11-fonts/fontobene/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-fonts/fontobene/Makefile b/x11-fonts/fontobene/Makefile index 305c4d2c552d..6d661601a04a 100644 --- a/x11-fonts/fontobene/Makefile +++ b/x11-fonts/fontobene/Makefile @@ -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