svn commit: r549535 - head/audio/alo-lv2
Mark Linimon
linimon at FreeBSD.org
Tue Sep 22 00:00:23 UTC 2020
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
More information about the svn-ports-head
mailing list