aboutsummaryrefslogtreecommitdiff
path: root/audio/ncpamixer
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2020-09-20 13:46:33 +0000
committerMark Linimon <linimon@FreeBSD.org>2020-09-20 13:46:33 +0000
commit1dece071c3ffb81bea3c5fc5a5beb7f167369b3d (patch)
treecf09466c2a417e141e48ed74e1736c5ea14a57b7 /audio/ncpamixer
parent9efa694b56d8ed820d4c8398525c7b55b9a286b3 (diff)
downloadports-1dece071c3ffb81bea3c5fc5a5beb7f167369b3d.tar.gz
ports-1dece071c3ffb81bea3c5fc5a5beb7f167369b3d.zip
Add compiler:c++17-lang to USES to fix build on GCC-based systems:
CMake Error in CMakeLists.txt: Target "ncpamixer" requires the language dialect "CXX14" (with compiler extensions), but CMake does not know the compile flags to use to enable it. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=549111
Diffstat (limited to 'audio/ncpamixer')
-rw-r--r--audio/ncpamixer/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/ncpamixer/Makefile b/audio/ncpamixer/Makefile
index c91e82f1d69e..dc01582cb799 100644
--- a/audio/ncpamixer/Makefile
+++ b/audio/ncpamixer/Makefile
@@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/../LICENSE
LIB_DEPENDS= libpulse.so:audio/pulseaudio
-USES= cmake ncurses:port
+USES= cmake compiler:c++17-lang ncurses:port
USE_GITHUB= yes
GH_ACCOUNT= fulhax