summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2020-07-23 15:39:35 +0000
committerMark Linimon <linimon@FreeBSD.org>2020-07-23 15:39:35 +0000
commit57bfc9507b51a58544b3ea75bf8c4a6392662b97 (patch)
treef33b35770388e24af6c987b9d67e105e85d4ff14
parent- Add LICENSE_FILE. (diff)
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)
Notes
Notes: svn path=/head/; revision=542937
-rw-r--r--audio/opustags/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/opustags/Makefile b/audio/opustags/Makefile
index 014329d99afe..730297881b39 100644
--- a/audio/opustags/Makefile
+++ b/audio/opustags/Makefile
@@ -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