From b9815708354f4f85eea2f376e1dce883f3f48773 Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Wed, 13 Jan 2021 03:30:52 +0000 Subject: [PATCH] x11-fonts/fontobene: fix build on GCC architectures The compiler feature "cxx_decltype" is not known to CXX compiler "GNU" version 4.2.1. MFH: 2021Q1 --- 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