Module Name:    src
Committed By:   mrg
Date:           Fri May 31 05:41:26 UTC 2013

Modified Files:
        src/external/mit/xorg/bin/imake: Makefile

Log Message:
add -Wno-error to work around some const issues.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/mit/xorg/bin/imake/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/mit/xorg/bin/imake/Makefile
diff -u src/external/mit/xorg/bin/imake/Makefile:1.3 src/external/mit/xorg/bin/imake/Makefile:1.4
--- src/external/mit/xorg/bin/imake/Makefile:1.3	Fri May 21 05:55:24 2010
+++ src/external/mit/xorg/bin/imake/Makefile	Fri May 31 05:41:26 2013
@@ -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 @@ X11EXTRAMANDEFS=-e 's,__cpp__,$(CPP_PROG
 
 .PATH:	${X11SRCDIR.${PROG}}
 
+COPTS.imake.c+=	-Wno-error	# const issues
+
 .include <bsd.x11.mk>
 .include <bsd.prog.mk>

Reply via email to