pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/add24cada447
branches:  trunk
changeset: 339244:add24cada447
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Sep 09 09:28:40 2019 +0000

description:
snoopy: Strip -Werror

Needed to build on NetBSD 9 with gcc7.

diffstat:

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

diffs (18 lines):

diff -r 6f99bab819be -r add24cada447 security/snoopy/Makefile
--- a/security/snoopy/Makefile  Mon Sep 09 09:26:00 2019 +0000
+++ b/security/snoopy/Makefile  Mon Sep 09 09:28:40 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2017/09/23 20:30:30 wiedi Exp $
+# $NetBSD: Makefile,v 1.3 2019/09/09 09:28:40 nia Exp $
 
 DISTNAME=      snoopy-2.1.0
 CATEGORIES=    security
@@ -16,6 +16,8 @@
 GNU_CONFIGURE= yes
 USE_TOOLS+=    aclocal autoheader autoconf automake gmake
 
+BUILDLINK_TRANSFORM+=  rm:-Werror
+
 CPPFLAGS.SunOS+=       -D_POSIX_PTHREAD_SEMANTICS
 
 pre-configure:



Home | Main Index | Thread Index | Old Index