summaryrefslogtreecommitdiff
path: root/textproc/isearch/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/isearch/Makefile')
-rw-r--r--textproc/isearch/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/isearch/Makefile b/textproc/isearch/Makefile
index 6ffd4d33e88..ec1959342b0 100644
--- a/textproc/isearch/Makefile
+++ b/textproc/isearch/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2019/10/12 21:14:22 rillig Exp $
+# $NetBSD: Makefile,v 1.18 2020/05/20 06:09:05 rillig Exp $
DISTNAME= Isearch-1.47.01
PKGNAME= isearch-1.47.01
@@ -18,6 +18,12 @@ USE_LANGUAGES= c c++
INSTALLATION_DIRS= bin share/doc/isearch
+# string.cxx: In function 'char* transcode(char*, const char**)':
+# string.cxx:1215:29: error: array subscript has type 'char' [-Werror=char-subscripts]
+# if (transarray[*obufscan]) {
+# Maybe fix this later.
+BUILDLINK_TRANSFORM+= rm:-Werror=char-subscripts
+
post-install:
${INSTALL_DATA} ${WRKSRC}/TUTORIAL ${DESTDIR}${PREFIX}/share/doc/isearch
${INSTALL_DATA} ${WRKSRC}/doc/DebugFirewall.doc ${DESTDIR}${PREFIX}/share/doc/isearch