pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/qt4-libs



Module Name:    pkgsrc
Committed By:   tnn
Date:           Tue Mar 17 19:23:46 UTC 2020

Modified Files:
        pkgsrc/x11/qt4-libs: Makefile.common

Log Message:
qt4-libs: silence excessive warns spam


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/x11/qt4-libs/Makefile.common

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

Modified files:

Index: pkgsrc/x11/qt4-libs/Makefile.common
diff -u pkgsrc/x11/qt4-libs/Makefile.common:1.49 pkgsrc/x11/qt4-libs/Makefile.common:1.50
--- pkgsrc/x11/qt4-libs/Makefile.common:1.49    Sun Nov  3 09:14:16 2019
+++ pkgsrc/x11/qt4-libs/Makefile.common Tue Mar 17 19:23:46 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.49 2019/11/03 09:14:16 rillig Exp $
+# $NetBSD: Makefile.common,v 1.50 2020/03/17 19:23:46 tnn Exp $
 # used by x11/qt4-docs/Makefile
 # used by x11/qt4-libs/Makefile
 # used by x11/qt4-mng/Makefile
@@ -78,6 +78,7 @@ CXXFLAGS+=    -D_GLIBCXX_USE_C99_FP_MACROS_
 .elif !empty(PKGSRC_COMPILER:Mgcc)
 CXXFLAGS+=     -std=c++98
 .endif
+CXXFLAGS+=     -Wno-expansion-to-defined
 
 .if ${OPSYS} == "SunOS"
 .  if !empty(PKGSRC_COMPILER:Mgcc) || !empty(PKGSRC_COMPILER:Mclang)



Home | Main Index | Thread Index | Old Index