pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/libquic



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Mar  6 13:39:26 UTC 2020

Modified Files:
        pkgsrc/net/libquic: Makefile

Log Message:
libquic: Strip -Werror


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/libquic/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/libquic/Makefile
diff -u pkgsrc/net/libquic/Makefile:1.9 pkgsrc/net/libquic/Makefile:1.10
--- pkgsrc/net/libquic/Makefile:1.9     Sun Aug 11 13:22:10 2019
+++ pkgsrc/net/libquic/Makefile Fri Mar  6 13:39:26 2020
@@ -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_STAGE.go=               pre-configure
 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