summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2019-11-03 11:14:56 +0000
committermaya <maya@pkgsrc.org>2019-11-03 11:14:56 +0000
commitc541c77da9d5d98e1ba6000a10bd6ad0d291105c (patch)
tree73d94f7e2bfd64d0b716ccc79044582b7b154f75
parentd7f2843851dadd6715af762363ce921a57252788 (diff)
downloadpkgsrc-c541c77da9d5d98e1ba6000a10bd6ad0d291105c.tar.gz
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.
-rw-r--r--audio/ncmpc/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/ncmpc/Makefile b/audio/ncmpc/Makefile
index 97f6b3f8819..df14f459ca6 100644
--- a/audio/ncmpc/Makefile
+++ b/audio/ncmpc/Makefile
@@ -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}