From 52e5f6e5cc4f5988aa263cd96cade35a9a4bdd9c Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sat, 24 Oct 2020 03:44:56 +0000 Subject: Add compiler:c++11-lang to USES to fix build on GCC-based systems: The compiler feature "cxx_decltype" is not known to CXX compiler "GNU" version 4.2.1. Approved by: portmgr (tier-2 blanket) --- audio/welle.io/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/welle.io/Makefile b/audio/welle.io/Makefile index 802a7b3ae548..9009bb205e8c 100644 --- a/audio/welle.io/Makefile +++ b/audio/welle.io/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libasound.so:audio/alsa-lib \ libmp3lame.so:audio/lame \ libmpg123.so:audio/mpg123 -USES= cmake pkgconfig qt:5 +USES= cmake compiler:c++11-lang pkgconfig qt:5 USE_QT= charts core declarative gui multimedia network quickcontrols2 \ widgets buildtools_build qmake_build -- cgit v1.2.3