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:
parent
73420d98b2
commit
73947aba2d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=560035
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue