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/xconsole Add defines to get the proper...
details: https://anonhg.NetBSD.org/src/rev/005446d3dd0f
branches: trunk
changeset: 765008:005446d3dd0f
user: christos <christos%NetBSD.org@localhost>
date: Sun May 15 21:25:33 2011 +0000
description:
Add defines to get the proper prototypes in place.
diffstat:
external/mit/xorg/bin/xconsole/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 1f93a7f99bbc -r 005446d3dd0f external/mit/xorg/bin/xconsole/Makefile
--- a/external/mit/xorg/bin/xconsole/Makefile Sun May 15 21:19:20 2011 +0000
+++ b/external/mit/xorg/bin/xconsole/Makefile Sun May 15 21:25:33 2011 +0000
@@ -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>
Home |
Main Index |
Thread Index |
Old Index