CVS commit: src/external/mit/xorg/bin/imake

2013-05-30 Thread matthew green
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



CVS commit: src/external/mit/xorg/bin/imake

2010-05-20 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Fri May 21 05:55:24 UTC 2010

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

Log Message:
find config.h where it is now available from.  for imake 1.0.3.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 src/external/mit/xorg/bin/imake/Makefile:1.3
--- src/external/mit/xorg/bin/imake/Makefile:1.2	Tue Oct 14 23:37:19 2008
+++ src/external/mit/xorg/bin/imake/Makefile	Fri May 21 05:55:24 2010
@@ -1,10 +1,11 @@
-#	$NetBSD: Makefile,v 1.2 2008/10/14 23:37:19 cube Exp $
+#	$NetBSD: Makefile,v 1.3 2010/05/21 05:55:24 mrg Exp $
 
 .include bsd.own.mk
 
 PROG=	imake
 
 CPPFLAGS+=	-I${DESTDIR}${X11INCDIR}/X11
+CPPFLAGS+=	-I${X11SRCDIR.${PROG}}/../include
 
 CPP_PROGRAM=	cpp
 CPPFLAGS+=	-DCPP_PROGRAM=\$(CPP_PROGRAM)\