Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Mar 2021 06:23:14 +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: r567549 - head/devel/libabigail
Message-ID:  <202103070623.1276NE59057982@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun Mar  7 06:23:14 2021
New Revision: 567549
URL: https://svnweb.freebsd.org/changeset/ports/567549

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

Modified:
  head/devel/libabigail/Makefile

Modified: head/devel/libabigail/Makefile
==============================================================================
--- head/devel/libabigail/Makefile	Sun Mar  7 06:19:30 2021	(r567548)
+++ head/devel/libabigail/Makefile	Sun Mar  7 06:23:14 2021	(r567549)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING-LGPLV3
 LIB_DEPENDS=	libxml2.so:textproc/libxml2 \
 		libdw.so:devel/elfutils
 
-USES=		gmake libtool localbase pkgconfig python
+USES=		compiler:c++11-lang gmake libtool localbase pkgconfig python
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-cxx11=yes



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