Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/mit/xorg/bin/twm avoid const problems for now.
details: https://anonhg.NetBSD.org/src/rev/e9507e4e52a7
branches: trunk
changeset: 327795:e9507e4e52a7
user: mrg <mrg%NetBSD.org@localhost>
date: Mon Mar 17 09:21:19 2014 +0000
description:
avoid const problems for now.
diffstat:
external/mit/xorg/bin/twm/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 6176f17d3f88 -r e9507e4e52a7 external/mit/xorg/bin/twm/Makefile
--- a/external/mit/xorg/bin/twm/Makefile Mon Mar 17 09:07:09 2014 +0000
+++ b/external/mit/xorg/bin/twm/Makefile Mon Mar 17 09:21:19 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2011/08/11 23:15:35 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2014/03/17 09:21:19 mrg Exp $
.include <bsd.own.mk>
@@ -46,5 +46,9 @@
CWARNFLAGS.clang+= -Wno-pointer-sign
+# XXX: has const issues best solved upstream
+COPTS.menus.c+= -Wno-error
+COPTS.util.c+= -Wno-error
+
.include <bsd.x11.mk>
.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index