From 76b40b858845c7b9effbda262c57366bccedd7a1 Mon Sep 17 00:00:00 2001 From: nia Date: Fri, 6 Mar 2020 12:15:59 +0000 Subject: hexcurse: Strip -Werror --- editors/hexcurse/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'editors') diff --git a/editors/hexcurse/Makefile b/editors/hexcurse/Makefile index c325510207c..4c71ca41b1a 100644 --- a/editors/hexcurse/Makefile +++ b/editors/hexcurse/Makefile @@ -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 @@ LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes USE_NCURSES= yes # uses slk_* functions +BUILDLINK_TRANSFORM+= rm:-Werror + .include "../../devel/ncurses/buildlink3.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3