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

2011-05-15 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun May 15 21:25:33 UTC 2011

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

Log Message:
Add defines to get the proper prototypes in place.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/mit/xorg/bin/xconsole/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/xconsole/Makefile
diff -u src/external/mit/xorg/bin/xconsole/Makefile:1.2 src/external/mit/xorg/bin/xconsole/Makefile:1.3
--- src/external/mit/xorg/bin/xconsole/Makefile:1.2	Sat Nov 20 20:25:32 2010
+++ src/external/mit/xorg/bin/xconsole/Makefile	Sun May 15 17:25:33 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.2 2010/11/21 01:25:32 mrg Exp $
+#	$NetBSD: Makefile,v 1.3 2011/05/15 21:25:33 christos Exp $
 
 .include bsd.own.mk
 
@@ -12,5 +12,7 @@
 
 .PATH:	${X11SRCDIR.${PROG}} ${X11SRCDIR.${PROG}}/app-defaults
 
+CPPFLAGS+=-DHAS_OPENPTY -DHAVE_UTIL_H
+
 .include bsd.x11.mk
 .include bsd.prog.mk



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

2011-05-15 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun May 15 21:25:33 UTC 2011

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

Log Message:
Add defines to get the proper prototypes in place.


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

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