audio/infamous-plugins-lv2: fix build on GCC architectures

Use newer compiler:
cc1: error: invalid option argument '-Og'

MFH:		2020Q4 (fix build blanket)
This commit is contained in:
Piotr Kubaj 2020-10-26 19:51:32 +00:00
parent 41a4a3ef60
commit f9fa33387f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=553379

View File

@ -19,7 +19,7 @@ LIB_DEPENDS= libfftw3f.so:math/fftw3-float \
libntk.so:x11-toolkits/ntk \
libzita-resampler.so:audio/zita-resampler
USES= cmake compiler gnome localbase pkgconfig
USES= cmake compiler:c11 gnome localbase pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= ssj71
GH_PROJECT= infamousPlugins