pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/sfslite sfslite: not -Werror -safe with GCC 9.3.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fc68b6fd4c6e
branches:  trunk
changeset: 424909:fc68b6fd4c6e
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Mon Mar 16 00:00:45 2020 +0000

description:
sfslite: not -Werror -safe with GCC 9.3.0

diffstat:

 devel/sfslite/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r bd0538e1ed61 -r fc68b6fd4c6e devel/sfslite/Makefile
--- a/devel/sfslite/Makefile    Sun Mar 15 23:47:14 2020 +0000
+++ b/devel/sfslite/Makefile    Mon Mar 16 00:00:45 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2017/09/09 18:20:56 dholland Exp $
+# $NetBSD: Makefile,v 1.6 2020/03/16 00:00:45 tnn Exp $
 
 DISTNAME=      sfslite-1.2.7
 PKGREVISION=   1
@@ -15,6 +15,7 @@
 USE_TOOLS+=            gmake bison
 USE_LANGUAGES+=                c c++
 USE_LIBTOOL=           yes
+BUILDLINK_TRANSFORM+=  rm:-Werror
 
 AUTO_MKDIRS=   yes
 



Home | Main Index | Thread Index | Old Index