pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/qsubst



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon May  4 14:25:52 UTC 2020

Modified Files:
        pkgsrc/textproc/qsubst: Makefile

Log Message:
qsubst: Don't build with -Werror


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/textproc/qsubst/Makefile

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

Modified files:

Index: pkgsrc/textproc/qsubst/Makefile
diff -u pkgsrc/textproc/qsubst/Makefile:1.12 pkgsrc/textproc/qsubst/Makefile:1.13
--- pkgsrc/textproc/qsubst/Makefile:1.12        Thu Oct 25 06:56:53 2012
+++ pkgsrc/textproc/qsubst/Makefile     Mon May  4 14:25:52 2020
@@ -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 @@ USE_TOOLS+=           groff nroff
 
 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