pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/tits tits: strip -Werror



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0a306ecdda1c
branches:  trunk
changeset: 338984:0a306ecdda1c
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Sep 02 16:10:47 2019 +0000

description:
tits: strip -Werror

diffstat:

 sysutils/tits/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r dbd731045db7 -r 0a306ecdda1c sysutils/tits/Makefile
--- a/sysutils/tits/Makefile    Mon Sep 02 16:08:33 2019 +0000
+++ b/sysutils/tits/Makefile    Mon Sep 02 16:10:47 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2015/04/26 14:38:10 mef Exp $
+# $NetBSD: Makefile,v 1.28 2019/09/02 16:10:47 nia Exp $
 
 DISTNAME=      tits-1.3.0
 CATEGORIES=    sysutils
@@ -18,6 +18,8 @@
 
 INSTALL_MAKE_FLAGS+=   BINDIR=${PREFIX}/sbin
 
+BUILDLINK_TRANSFORM+=  rm:-Werror
+
 post-patch:
        ${MV} ${WRKSRC}/tits.8 ${WRKSRC}/tits.8.in
        ${SED} -e 's|/usr/local/etc|${PKG_SYSCONFDIR}|g'        \



Home | Main Index | Thread Index | Old Index