Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jun 2019 15:33:44 +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: r504634 - head/audio/abgate-lv2
Message-ID:  <201906201533.x5KFXivY052992@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Thu Jun 20 15:33:44 2019
New Revision: 504634
URL: https://svnweb.freebsd.org/changeset/ports/504634

Log:
  Add compiler:c++11-lang to USES to unbreak build on powerpc64:
  
    cc1plus: unrecognized command line option -std=c++11
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/audio/abgate-lv2/Makefile

Modified: head/audio/abgate-lv2/Makefile
==============================================================================
--- head/audio/abgate-lv2/Makefile	Thu Jun 20 15:28:30 2019	(r504633)
+++ head/audio/abgate-lv2/Makefile	Thu Jun 20 15:33:44 2019	(r504634)
@@ -13,11 +13,9 @@ COMMENT=	Noise gate LV2 plugin
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN_powerpc64=	fails to build: cc1plus: unrecognized command line option -std=c++11
-
 BUILD_DEPENDS=	lv2>0:audio/lv2
 
-USES=		gmake pkgconfig qt:5
+USES=		compiler:c++11-lang gmake pkgconfig qt:5
 USE_GITHUB=	yes
 GH_ACCOUNT=	antanasbruzas
 USE_CXXSTD=	c++11



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