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/cf7a5fb77734
branches: trunk
changeset: 401008:cf7a5fb77734
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 cdb63e4e88c9 -r cf7a5fb77734 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