pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/ncmpc ncmpc: drop a local -Wno-thing because it ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cc257c294fbb
branches:  trunk
changeset: 417049:cc257c294fbb
user:      maya <maya%pkgsrc.org@localhost>
date:      Sun Nov 03 11:14:56 2019 +0000

description:
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.

diffstat:

 audio/ncmpc/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 24e7c852cd0f -r cc257c294fbb audio/ncmpc/Makefile
--- a/audio/ncmpc/Makefile      Sun Nov 03 11:08:31 2019 +0000
+++ b/audio/ncmpc/Makefile      Sun Nov 03 11:14:56 2019 +0000
@@ -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 @@
 GCC_REQD+=     4.9
 
 # make stderr readable
-CXXFLAGS+=     -Wno-noexcept-type
 CXXFLAGS+=     -Wno-undef
 
 LDFLAGS+=      ${BUILDLINK_LDADD.curses}



Home | Main Index | Thread Index | Old Index