svn commit: r504634 - head/audio/abgate-lv2
Mark Linimon
linimon at FreeBSD.org
Thu Jun 20 15:33:45 UTC 2019
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
More information about the svn-ports-head
mailing list