summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chat/centerim/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/chat/centerim/Makefile b/chat/centerim/Makefile
index 24ed1a1f023..5c0253ac562 100644
--- a/chat/centerim/Makefile
+++ b/chat/centerim/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2020/05/06 14:04:20 adam Exp $
+# $NetBSD: Makefile,v 1.55 2020/05/19 20:22:15 rillig Exp $
#
DISTNAME= centerim-4.22.10
@@ -37,6 +37,9 @@ DEPENDS+= sox>=12.17.4:../../audio/sox
CPPFLAGS+= -DAUDIO_PLAYER="\"${LOCALBASE}/bin/play\""
.endif
+# 1 safe instance in xmltok.c:1494
+BUILDLINK_TRANSFORM+= rm:-Werror=char-subscripts
+
.if !empty(MACHINE_ARCH:Msparc64)
GCC_REQD+= 3.0 # see PR 29185
.endif