audio/nekobi-lv2: Replace workaround for clang errors from USE_GCC to -Wno-c++11-narrowing
Thanks, Gerald, for your suggestion. Reported by: gerald
This commit is contained in:
parent
f7153202f4
commit
9f9834b1a8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=492025
1 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= nekobi
|
||||
DISTVERSION= g20180825
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
PKGNAMESUFFIX= -lv2
|
||||
|
||||
|
@ -24,9 +25,9 @@ GH_TAGNAME= 840a692
|
|||
GH_TUPLE= DISTRHO:DPF:ea7545a:dpf/dpf
|
||||
USE_GL= gl
|
||||
USE_XORG= x11
|
||||
USE_GCC= any # clang prints errors: https://github.com/DISTRHO/Nekobi/issues/7
|
||||
|
||||
CFLAGS+= -I${FILESDIR}
|
||||
CFLAGS+= -Wno-c++11-narrowing # clang prints errors: https://github.com/DISTRHO/Nekobi/issues/7
|
||||
|
||||
do-install: # https://github.com/DISTRHO/Nekobi/issues/8
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/lv2
|
||||
|
|
Loading…
Reference in a new issue