ncmpc: drop a local -Wno-thing because it isn't available on all
compilers that can build this package. -Wno-undef can stay, it's newer than GCC_REQD+=4.9.
This commit is contained in:
parent
11213b98a2
commit
8b6b060644
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.35 2019/10/21 21:19:35 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.36 2019/11/03 11:14:56 maya Exp $
|
||||
|
||||
DISTNAME= ncmpc-0.35
|
||||
CATEGORIES= audio
|
||||
|
@ -23,7 +23,6 @@ MESON_ARGS+= -Dhtml_manual=false
|
|||
GCC_REQD+= 4.9
|
||||
|
||||
# make stderr readable
|
||||
CXXFLAGS+= -Wno-noexcept-type
|
||||
CXXFLAGS+= -Wno-undef
|
||||
|
||||
LDFLAGS+= ${BUILDLINK_LDADD.curses}
|
||||
|
|
Loading…
Reference in a new issue