Module Name: src
Committed By: wiz
Date: Thu Jul 12 10:14:04 UTC 2012
Modified Files:
src/x11/bin/xconsole: Makefile
Log Message:
Define HAS_OPENPTY in CPPFLAGS (since this Makefile doesn't use a config.h).
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/x11/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/x11/bin/xconsole/Makefile
diff -u src/x11/bin/xconsole/Makefile:1.3 src/x11/bin/xconsole/Makefile:1.4
--- src/x11/bin/xconsole/Makefile:1.3 Wed Nov 10 03:21:02 2004
+++ src/x11/bin/xconsole/Makefile Thu Jul 12 10:14:04 2012
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/11/10 03:21:02 christos Exp $
+# $NetBSD: Makefile,v 1.4 2012/07/12 10:14:04 wiz Exp $
.include <bsd.own.mk>
@@ -6,6 +6,7 @@ PROG= xconsole
APPDEFS=XConsole.ad
+CPPFLAGS+=-DHAS_OPENPTY
LDADD+= -lutil -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXext -lX11
DPADD+= ${LIBUTIL} ${LIBXAW} ${LIBXMU} ${LIBXT} ${LIBSM} ${LIBICE} \
${LIBXPM} ${LIBXEXT} ${LIBX11}