Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Sep 2020 13:46:33 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r549111 - head/audio/ncpamixer
Message-ID:  <202009201346.08KDkX40009464@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun Sep 20 13:46:33 2020
New Revision: 549111
URL: https://svnweb.freebsd.org/changeset/ports/549111

Log:
  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)

Modified:
  head/audio/ncpamixer/Makefile

Modified: head/audio/ncpamixer/Makefile
==============================================================================
--- head/audio/ncpamixer/Makefile	Sun Sep 20 13:20:12 2020	(r549110)
+++ head/audio/ncpamixer/Makefile	Sun Sep 20 13:46:33 2020	(r549111)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009201346.08KDkX40009464>