pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/xkbcomp xkbcomp: Fix build with gcc 8.3.0/NetBSD/a...
details: https://anonhg.NetBSD.org/pkgsrc/rev/712e0da4c80e
branches: trunk
changeset: 411149:712e0da4c80e
user: kamil <kamil%pkgsrc.org@localhost>
date: Thu Feb 06 11:24:20 2020 +0000
description:
xkbcomp: Fix build with gcc 8.3.0/NetBSD/amd64
Add -Wno-error=string-compare.
diffstat:
x11/xkbcomp/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 664a2edc10d9 -r 712e0da4c80e x11/xkbcomp/Makefile
--- a/x11/xkbcomp/Makefile Thu Feb 06 09:14:45 2020 +0000
+++ b/x11/xkbcomp/Makefile Thu Feb 06 11:24:20 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2020/01/18 23:36:09 rillig Exp $
+# $NetBSD: Makefile,v 1.19 2020/02/06 11:24:20 kamil Exp $
DISTNAME= xkbcomp-1.4.2
CATEGORIES= x11
@@ -16,6 +16,8 @@
CONFIGURE_ENV+= APP_MAN_SUFFIX=1
+CFLAGS+= -Wno-error=string-compare
+
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libxkbfile/buildlink3.mk"
.include "../../x11/xorgproto/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index