diff options
Diffstat (limited to 'editors/se/Makefile')
-rw-r--r-- | editors/se/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/editors/se/Makefile b/editors/se/Makefile index 77c084adea6..53a57a9bf88 100644 --- a/editors/se/Makefile +++ b/editors/se/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2015/08/18 07:31:06 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2020/05/20 06:09:08 rillig Exp $ DISTNAME= se-3.0.1 PKGREVISION= 1 @@ -12,5 +12,11 @@ LICENSE= public-domain GNU_CONFIGURE= yes +# pat.c: In function 'amatch': +# pat.c:101:10: error: array subscript has type 'char' [-Werror=char-subscripts] +# tagbeg[*(ppat + 1)] = lastc - lin; +# Maybe fix this later. +BUILDLINK_TRANSFORM+= rm:-Werror=char-subscripts + .include "../../mk/curses.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |