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/7fe39f150b93
branches: trunk
changeset: 403923:7fe39f150b93
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 ceb687fe8d56 -r 7fe39f150b93 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