diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2020-10-24 03:44:56 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2020-10-24 03:44:56 +0000 |
commit | 52e5f6e5cc4f5988aa263cd96cade35a9a4bdd9c (patch) | |
tree | a0ef4e4030d3ac7fbc16bea6f4e65b774483bb31 | |
parent | graphics/mesa-devel: update to 20.2.b.3427 (diff) |
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)
Notes
Notes:
svn path=/head/; revision=553154
-rw-r--r-- | audio/welle.io/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |