pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/w3m
Module Name: pkgsrc
Committed By: wiz
Date: Sat Aug 13 11:27:56 UTC 2022
Modified Files:
pkgsrc/www/w3m: Makefile.common
Log Message:
w3m: remove -Wnull_reference to fix build with gcc5 (NetBSD 8)
To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 pkgsrc/www/w3m/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/w3m/Makefile.common
diff -u pkgsrc/www/w3m/Makefile.common:1.73 pkgsrc/www/w3m/Makefile.common:1.74
--- pkgsrc/www/w3m/Makefile.common:1.73 Mon Jul 25 08:54:29 2022
+++ pkgsrc/www/w3m/Makefile.common Sat Aug 13 11:27:56 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.73 2022/07/25 08:54:29 rin Exp $
+# $NetBSD: Makefile.common,v 1.74 2022/08/13 11:27:56 wiz Exp $
#
# used by www/w3m/Makefile
# used by www/w3m-img/Makefile
@@ -35,6 +35,9 @@ _W3M_USE_IMAGE?= NO
.include "../../mk/bsd.prefs.mk"
+# not supported by gcc 5
+BUILDLINK_TRANSFORM+= rm:-Wnull-dereference
+
# Configurable by environment variables at run-time.
CONFIGURE_ARGS+= --with-charset=US-ASCII
Home |
Main Index |
Thread Index |
Old Index