pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/webkit24-gtk



Module Name:    pkgsrc
Committed By:   tnn
Date:           Tue Mar 17 13:50:11 UTC 2020

Modified Files:
        pkgsrc/www/webkit24-gtk: Makefile.common

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


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/webkit24-gtk/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/www/webkit24-gtk/Makefile.common
diff -u pkgsrc/www/webkit24-gtk/Makefile.common:1.17 pkgsrc/www/webkit24-gtk/Makefile.common:1.18
--- pkgsrc/www/webkit24-gtk/Makefile.common:1.17        Tue Mar 17 13:37:11 2020
+++ pkgsrc/www/webkit24-gtk/Makefile.common     Tue Mar 17 13:50:11 2020
@@ -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.SunOS+=      -fpermissive
 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