Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Jun 2020 01:44:11 +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: r537455 - head/databases/couchdb3
Message-ID:  <202006010144.0511iBAg057264@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Mon Jun  1 01:44:11 2020
New Revision: 537455
URL: https://svnweb.freebsd.org/changeset/ports/537455

Log:
  Add compiler:c++14-lang to USES to fix build on GCC-based systems:
  
    cc1plus: error: unrecognized command line option "-std=c++14"
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/databases/couchdb3/Makefile

Modified: head/databases/couchdb3/Makefile
==============================================================================
--- head/databases/couchdb3/Makefile	Mon Jun  1 01:29:08 2020	(r537454)
+++ head/databases/couchdb3/Makefile	Mon Jun  1 01:44:11 2020	(r537455)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	libicudata.so:devel/icu \
 		libmozjs-60.so:lang/spidermonkey60
 RUN_DEPENDS=	erlang-runtime22>=22.0:lang/erlang-runtime22
 
-USES=		cpe gmake libtool ncurses
+USES=		compiler:c++14-lang cpe gmake libtool ncurses
 USE_RC_SUBR=	${PORTNAME}
 
 CONFLICTS=	couchdb[24]*



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