pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/hexcurse hexcurse: Strip -Werror



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4bb6b96b265d
branches:  trunk
changeset: 424172:4bb6b96b265d
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri Mar 06 12:15:59 2020 +0000

description:
hexcurse: Strip -Werror

diffstat:

 editors/hexcurse/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 5764120a638a -r 4bb6b96b265d editors/hexcurse/Makefile
--- a/editors/hexcurse/Makefile Fri Mar 06 12:12:58 2020 +0000
+++ b/editors/hexcurse/Makefile Fri Mar 06 12:15:59 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/03/12 12:03:54 tnn Exp $
+# $NetBSD: Makefile,v 1.2 2020/03/06 12:15:59 nia Exp $
 
 DISTNAME=      hexcurse-1.60.0
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -13,5 +13,7 @@
 GNU_CONFIGURE= yes
 USE_NCURSES=   yes     # uses slk_* functions
 
+BUILDLINK_TRANSFORM+=  rm:-Werror
+
 .include "../../devel/ncurses/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index