pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/sqlrelay
Module Name: pkgsrc
Committed By: tnn
Date: Sun Mar 15 20:37:08 UTC 2020
Modified Files:
pkgsrc/databases/sqlrelay: Makefile.common
Log Message:
sqlrelay: not -Werror -safe with GCC 9.3.0
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/databases/sqlrelay/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/databases/sqlrelay/Makefile.common
diff -u pkgsrc/databases/sqlrelay/Makefile.common:1.19 pkgsrc/databases/sqlrelay/Makefile.common:1.20
--- pkgsrc/databases/sqlrelay/Makefile.common:1.19 Sun Jan 26 05:26:21 2020
+++ pkgsrc/databases/sqlrelay/Makefile.common Sun Mar 15 20:37:08 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.19 2020/01/26 05:26:21 rillig Exp $
+# $NetBSD: Makefile.common,v 1.20 2020/03/15 20:37:08 tnn Exp $
# used by databases/p5-sqlrelay/Makefile
# used by databases/php-sqlrelay/Makefile
# used by databases/py-sqlrelay/Makefile
@@ -44,6 +44,7 @@ EGDIR= ${PREFIX}/share/examples/sqlrel
_WRAP_EXTRA_ARGS.CXX+= -Wno-error=overloaded-virtual
CWRAPPERS_APPEND.cxx+= -Wno-error=overloaded-virtual
.endif
+BUILDLINK_TRANSFORM+= rm:-Werror
CHECK_SSP_SKIP+= libexec/sqlrelay/*.a
Home |
Main Index |
Thread Index |
Old Index