pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/ncmpc



Module Name:    pkgsrc
Committed By:   maya
Date:           Sun Nov  3 11:14:57 UTC 2019

Modified Files:
        pkgsrc/audio/ncmpc: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/audio/ncmpc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/ncmpc/Makefile
diff -u pkgsrc/audio/ncmpc/Makefile:1.35 pkgsrc/audio/ncmpc/Makefile:1.36
--- pkgsrc/audio/ncmpc/Makefile:1.35    Mon Oct 21 21:19:35 2019
+++ pkgsrc/audio/ncmpc/Makefile Sun Nov  3 11:14:56 2019
@@ -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}



Home | Main Index | Thread Index | Old Index