pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/nostromo



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Sep  3 12:02:48 UTC 2019

Modified Files:
        pkgsrc/www/nostromo: Makefile

Log Message:
nostromo: Strip out -Werror


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/nostromo/Makefile

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

Modified files:

Index: pkgsrc/www/nostromo/Makefile
diff -u pkgsrc/www/nostromo/Makefile:1.1 pkgsrc/www/nostromo/Makefile:1.2
--- pkgsrc/www/nostromo/Makefile:1.1    Sun Feb 11 13:56:21 2018
+++ pkgsrc/www/nostromo/Makefile        Tue Sep  3 12:02:48 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2018/02/11 13:56:21 ast Exp $
+# $NetBSD: Makefile,v 1.2 2019/09/03 12:02:48 nia Exp $
 
 DISTNAME=      nostromo-1.9.6
 PKGREVISION=   1
@@ -40,4 +40,6 @@ SUBST_SED.nostromo+=  -e 's,/usr/local,${
 SUBST_SED.nostromo+=   -e 's,/usr/share/man,${DESTDIR}${PREFIX}/${PKGMANDIR},g'
 SUBST_SED.nostromo+=   -e 's,/var/nostromo,${DESTDIR}${PREFIX}/${EGDIR},g'
 
+BUILDLINK_TRANSFORM+=  rm:-Werror
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index