diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2021-04-11 15:57:45 -0500 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2021-04-11 16:01:03 -0500 |
commit | 4e993bb24a9da1aef8618b4aa059d7d3edca46be (patch) | |
tree | b7165c5122b10ebaf3afaba717a4a08596b8b68d /audio/littlefly-lv2/Makefile | |
parent | multimedia/libvlcpp: add compiler:c++11-lang to USES to fix build on GCC-base... (diff) |
audio/littlefly-lv2: add compiler:c11 to USES
to fix build on GCC-based systems:
../xputty/widgets/xmeter_private.c:41: error: 'for' loop initial declaration used outside C99 mode
Diffstat (limited to 'audio/littlefly-lv2/Makefile')
-rw-r--r-- | audio/littlefly-lv2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/littlefly-lv2/Makefile b/audio/littlefly-lv2/Makefile index f35eff5713e0..8501f4ccb82b 100644 --- a/audio/littlefly-lv2/Makefile +++ b/audio/littlefly-lv2/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= lv2>0:audio/lv2 -USES= gmake gnome localbase pkgconfig xorg +USES= compiler:c11 gmake gnome localbase pkgconfig xorg USE_GNOME= cairo USE_XORG= x11 USE_BINUTILS= yes # linking needs some GNU features, fails on 12 without this, see https://github.com/brummer10/GxPlugins.lv2/issues/9 |