audio/cava: fix build on GCC architectures

cc1: error: unrecognized command line option "-Wno-unused-result"
cc1: error: unrecognized command line option "-Wno-unknown-warning-option"
cc1: error: unrecognized command line option "-Wno-maybe-uninitialized"

MFH:		2021Q1
This commit is contained in:
Piotr Kubaj 2021-01-03 19:41:04 +00:00
parent 73420d98b2
commit 73947aba2d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=560035

View file

@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libfftw3.so:math/fftw3 \
libiniparser.so:devel/iniparser
USES= autoreconf libtool localbase ncurses
USES= autoreconf compiler:c11 libtool localbase ncurses
USE_GITHUB= yes
GH_ACCOUNT= karlstav