summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-03-06 12:15:59 +0000
committernia <nia@pkgsrc.org>2020-03-06 12:15:59 +0000
commit76b40b858845c7b9effbda262c57366bccedd7a1 (patch)
treecbc80116f11772aec171dacf5a973d0a2e131970 /editors
parent6947eceaba3454a9005977b6d85bb7fdc6c7265f (diff)
downloadpkgsrc-76b40b858845c7b9effbda262c57366bccedd7a1.tar.gz
hexcurse: Strip -Werror
Diffstat (limited to 'editors')
-rw-r--r--editors/hexcurse/Makefile4
1 files changed, 3 insertions, 1 deletions
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"