pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/snoopy



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Sep  9 09:28:40 UTC 2019

Modified Files:
        pkgsrc/security/snoopy: Makefile

Log Message:
snoopy: Strip -Werror

Needed to build on NetBSD 9 with gcc7.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/snoopy/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/snoopy/Makefile
diff -u pkgsrc/security/snoopy/Makefile:1.2 pkgsrc/security/snoopy/Makefile:1.3
--- pkgsrc/security/snoopy/Makefile:1.2 Sat Sep 23 20:30:30 2017
+++ pkgsrc/security/snoopy/Makefile     Mon Sep  9 09:28:40 2019
@@ -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 @@ USE_LIBTOOL=  yes
 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