pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/libquic libquic: Strip -Werror



details:   https://anonhg.NetBSD.org/pkgsrc/rev/96113183fc14
branches:  trunk
changeset: 412437:96113183fc14
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri Mar 06 13:39:26 2020 +0000

description:
libquic: Strip -Werror

diffstat:

 net/libquic/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r ccc50d1e538d -r 96113183fc14 net/libquic/Makefile
--- a/net/libquic/Makefile      Fri Mar 06 13:35:15 2020 +0000
+++ b/net/libquic/Makefile      Fri Mar 06 13:39:26 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2019/08/11 13:22:10 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2020/03/06 13:39:26 nia Exp $
 
 DISTNAME=      libquic-0.0.3
 PKGREVISION=   4
@@ -22,6 +22,8 @@
 SUBST_FILES.go=                boringssl/CMakeLists.txt
 SUBST_SED.go=          -e '/find_program.GO_EXECUTABLE/s,go,${GO},'
 
+BUILDLINK_TRANSFORM+=  rm:-Werror
+
 USE_LANGUAGES+=        c c++
 USE_TOOLS+=    cmake gmake perl
 



Home | Main Index | Thread Index | Old Index