svn commit: r549111 - head/audio/ncpamixer

Mark Linimon linimon at FreeBSD.org
Sun Sep 20 13:46:34 UTC 2020


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


More information about the svn-ports-head mailing list