MFH: r553379

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

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

Approved by:	portmgr (fix build blanket)
This commit is contained in:
Piotr Kubaj 2020-10-26 19:52:22 +00:00
parent d7adc5c913
commit 8e44c1ade3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2020Q4/; revision=553380

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