pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/webkit24-gtk webkit24-gtk: silence excessive warns...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9a004859d1cc
branches:  trunk
changeset: 424982:9a004859d1cc
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Tue Mar 17 13:50:11 2020 +0000

description:
webkit24-gtk: silence excessive warns spam (consumed >256MB of bulklog!)

diffstat:

 www/webkit24-gtk/Makefile.common |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r d4b4930f72f2 -r 9a004859d1cc www/webkit24-gtk/Makefile.common
--- a/www/webkit24-gtk/Makefile.common  Tue Mar 17 13:42:28 2020 +0000
+++ b/www/webkit24-gtk/Makefile.common  Tue Mar 17 13:50:11 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.17 2020/03/17 13:37:11 tnn Exp $
+# $NetBSD: Makefile.common,v 1.18 2020/03/17 13:50:11 tnn Exp $
 # used by www/webkit24-gtk/Makefile
 # used by www/webkit24-gtk3/Makefile
 
@@ -72,6 +72,8 @@
 CXXFLAGS+=     -Wno-c++11-narrowing
 .endif
 
+CXXFLAGS+=     -Wno-expansion-to-defined
+
 .if !empty(MACHINE_PLATFORM:MSunOS-*-x86_64)
 CONFIGURE_ARGS+=       --disable-fast-malloc
 CPPFLAGS+=             -DUSE_SYSTEM_MALLOC



Home | Main Index | Thread Index | Old Index