Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jul 2020 15:39:35 +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: r542937 - head/audio/opustags
Message-ID:  <202007231539.06NFdZT9049533@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Thu Jul 23 15:39:35 2020
New Revision: 542937
URL: https://svnweb.freebsd.org/changeset/ports/542937

Log:
  Add compiler:c++14-lang to USES to atttempt to fix on GCC-based systems:
  
    CMake Error in CMakeLists.txt:
    Target "opustags" requires the language dialect "CXX14" (with compiler
    extensions), but CMake does not know the compile flags to use to enable it.
  
  Unfortunately this is necessary but not sufficient.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/audio/opustags/Makefile

Modified: head/audio/opustags/Makefile
==============================================================================
--- head/audio/opustags/Makefile	Thu Jul 23 15:13:22 2020	(r542936)
+++ head/audio/opustags/Makefile	Thu Jul 23 15:39:35 2020	(r542937)
@@ -12,7 +12,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libogg.so:audio/libogg
 
-USES=		cmake iconv pkgconfig
+USES=		cmake compiler:c++14-lang iconv pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT=	fmang
 



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