aboutsummaryrefslogtreecommitdiff
path: root/audio/so-synth-lv2
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2020-02-04 03:17:57 +0000
committerMark Linimon <linimon@FreeBSD.org>2020-02-04 03:17:57 +0000
commitfe15da891ab8bc9a96f05bf677d6ee0c65282400 (patch)
tree030b78d743303b08b9f4b28694265db0aec0b876 /audio/so-synth-lv2
parent97e1c58950d69ff236196bb76e8b730d8aa214c3 (diff)
downloadports-fe15da891ab8bc9a96f05bf677d6ee0c65282400.tar.gz
ports-fe15da891ab8bc9a96f05bf677d6ee0c65282400.zip
Attempt to fix build on GCC-based systems by adding compiler:c++11-lang
to USES: /usr/local/include/lv2/lv2plug.in/ns/ext/atom/util.h:335: error: 'for' loop initial declaration used outside C99 mode Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=525117
Diffstat (limited to 'audio/so-synth-lv2')
-rw-r--r--audio/so-synth-lv2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/so-synth-lv2/Makefile b/audio/so-synth-lv2/Makefile
index 9c07eaad5996..5f12d050ed3e 100644
--- a/audio/so-synth-lv2/Makefile
+++ b/audio/so-synth-lv2/Makefile
@@ -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= jeremysalwen
GH_PROJECT= So-synth-LV2