pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/racoon2



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Mar 26 14:05:24 UTC 2020

Modified Files:
        pkgsrc/security/racoon2: Makefile

Log Message:
racoon2: Strip -Werror


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/security/racoon2/Makefile

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

Modified files:

Index: pkgsrc/security/racoon2/Makefile
diff -u pkgsrc/security/racoon2/Makefile:1.19 pkgsrc/security/racoon2/Makefile:1.20
--- pkgsrc/security/racoon2/Makefile:1.19       Sat Jan 18 21:50:47 2020
+++ pkgsrc/security/racoon2/Makefile    Thu Mar 26 14:05:24 2020
@@ -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 @@ INSTALL_UNSTRIPPED=   yes
 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