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/imake add -Wno-error to work around so...
details: https://anonhg.NetBSD.org/src/rev/7dcb788fd2cd
branches: trunk
changeset: 787048:7dcb788fd2cd
user: mrg <mrg%NetBSD.org@localhost>
date: Fri May 31 05:41:26 2013 +0000
description:
add -Wno-error to work around some const issues.
diffstat:
external/mit/xorg/bin/imake/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r ca9f29a3b7df -r 7dcb788fd2cd external/mit/xorg/bin/imake/Makefile
--- a/external/mit/xorg/bin/imake/Makefile Fri May 31 05:24:49 2013 +0000
+++ b/external/mit/xorg/bin/imake/Makefile Fri May 31 05:41:26 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2010/05/21 05:55:24 mrg Exp $
+# $NetBSD: Makefile,v 1.4 2013/05/31 05:41:26 mrg Exp $
.include <bsd.own.mk>
@@ -13,5 +13,7 @@
.PATH: ${X11SRCDIR.${PROG}}
+COPTS.imake.c+= -Wno-error # const issues
+
.include <bsd.x11.mk>
.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index