Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Jul 2020 20:47:06 +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: r540993 - head/sysutils/fusefs-securefs
Message-ID:  <202007012047.061Kl6nw088959@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Wed Jul  1 20:47:06 2020
New Revision: 540993
URL: https://svnweb.freebsd.org/changeset/ports/540993

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

Modified:
  head/sysutils/fusefs-securefs/Makefile

Modified: head/sysutils/fusefs-securefs/Makefile
==============================================================================
--- head/sysutils/fusefs-securefs/Makefile	Wed Jul  1 20:43:23 2020	(r540992)
+++ head/sysutils/fusefs-securefs/Makefile	Wed Jul  1 20:47:06 2020	(r540993)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.md
 LIB_DEPENDS=	libutf8proc.so:textproc/utf8proc \
 		libjsoncpp.so:devel/jsoncpp
 
-USES=		cmake fuse
+USES=		cmake compiler:c++11-lang fuse
 LDFLAGS+=	-L${LOCALBASE}/lib -lutf8proc -ljsoncpp
 USE_GITHUB=	yes
 GH_ACCOUNT=	netheril96



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