summaryrefslogtreecommitdiff
path: root/sysutils/xps/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/xps/Makefile')
-rw-r--r--sysutils/xps/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/xps/Makefile b/sysutils/xps/Makefile
index edc7943be1d..1b6b5d50b6a 100644
--- a/sysutils/xps/Makefile
+++ b/sysutils/xps/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2020/03/20 11:58:23 nia Exp $
+# $NetBSD: Makefile,v 1.50 2020/05/20 06:09:10 rillig Exp $
DISTNAME= xps-4.2
PKGREVISION= 10
@@ -15,6 +15,12 @@ CONFIGURE_ARGS+= x_applibdir=${PREFIX}/lib/X11/app-defaults
CFLAGS.NetBSD+= -D_KMEMUSER
+# os.c: In function 'GetStatus':
+# os.c:176:34: error: array subscript has type 'char' [-Werror=char-subscripts]
+# EndNode->color = base.nodeColor[pstat];
+# Maybe fix this later.
+BUILDLINK_TRANSFORM+= rm:-Werror=char-subscripts
+
post-extract:
${LN} -s FreeBSD ${WRKSRC}/src/DragonFly