pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/sfslite



Module Name:    pkgsrc
Committed By:   tnn
Date:           Mon Mar 16 00:00:45 UTC 2020

Modified Files:
        pkgsrc/devel/sfslite: Makefile

Log Message:
sfslite: not -Werror -safe with GCC 9.3.0


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/sfslite/Makefile

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

Modified files:

Index: pkgsrc/devel/sfslite/Makefile
diff -u pkgsrc/devel/sfslite/Makefile:1.5 pkgsrc/devel/sfslite/Makefile:1.6
--- pkgsrc/devel/sfslite/Makefile:1.5   Sat Sep  9 18:20:56 2017
+++ pkgsrc/devel/sfslite/Makefile       Mon Mar 16 00:00:45 2020
@@ -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 @@ CONFIGURE_ARGS+=      --enable-sfsmisc
 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