Date: Tue, 22 Sep 2020 00:00:22 +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: r549535 - head/audio/alo-lv2 Message-ID: <202009220000.08M00MQ0015220@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Tue Sep 22 00:00:22 2020 New Revision: 549535 URL: https://svnweb.freebsd.org/changeset/ports/549535 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/audio/alo-lv2/Makefile Modified: head/audio/alo-lv2/Makefile ============================================================================== --- head/audio/alo-lv2/Makefile Mon Sep 21 22:36:34 2020 (r549534) +++ head/audio/alo-lv2/Makefile Tue Sep 22 00:00:22 2020 (r549535) @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/../LICENSE BUILD_DEPENDS= lv2>0:audio/lv2 -USES= gmake localbase +USES= compiler:c++11-lang gmake localbase USE_GITHUB= yes GH_ACCOUNT= devcurmudgeon
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009220000.08M00MQ0015220>