pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/racoon2 racoon2: Strip -Werror



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a79474cc5e08
branches:  trunk
changeset: 414387:a79474cc5e08
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Mar 26 14:05:24 2020 +0000

description:
racoon2: Strip -Werror

diffstat:

 security/racoon2/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r a86cd806543e -r a79474cc5e08 security/racoon2/Makefile
--- a/security/racoon2/Makefile Thu Mar 26 14:01:04 2020 +0000
+++ b/security/racoon2/Makefile Thu Mar 26 14:05:24 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2020/01/18 21:50:47 jperkin Exp $
+# $NetBSD: Makefile,v 1.20 2020/03/26 14:05:24 nia Exp $
 
 DISTNAME=              racoon2
 PKGNAME=               racoon2-20180701
@@ -17,6 +17,8 @@
 USE_TOOLS+=            grep sed flex yacc
 USE_TOOLS+=            gzip:run perl:run       # used by pskgen
 
+BUILDLINK_TRANSFORM+=  rm:-Werror
+
 # @perl_bindir@ will be /usr/pkgsrc/security/racoon2/work/.tools/bin/perl.
 # REPLACE_PERL cannot be used, since @perl_bindir@ does not match its pattern.
 REPLACE_INTERPRETER+=  perl



Home | Main Index | Thread Index | Old Index