Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/qsubst qsubst: Don't build with -Werror



details:   https://anonhg.NetBSD.org/pkgsrc/rev/607d3f27f5b5
branches:  trunk
changeset: 430811:607d3f27f5b5
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon May 04 14:25:52 2020 +0000

description:
qsubst: Don't build with -Werror

diffstat:

 textproc/qsubst/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 6342a67b7c46 -r 607d3f27f5b5 textproc/qsubst/Makefile
--- a/textproc/qsubst/Makefile  Mon May 04 14:09:22 2020 +0000
+++ b/textproc/qsubst/Makefile  Mon May 04 14:25:52 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2012/10/25 06:56:53 asau Exp $
+# $NetBSD: Makefile,v 1.13 2020/05/04 14:25:52 nia Exp $
 #
 
 DISTNAME=      qsubst-20010422
@@ -13,6 +13,8 @@
 
 WRKSRC=                ${WRKDIR}/qsubst
 
+BUILDLINK_TRANSFORM+=  rm:-Werror
+
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/cat1 ${PKGMANDIR}/man1
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index