Module Name: src
Committed By: wiz
Date: Thu Jul 12 12:43:06 UTC 2012
Modified Files:
src/x11/bin/xconsole: Makefile
Log Message:
Revert previous: tsutsui noted that this file is for X11R6.
The one for X11R7 already had HAVE_OPENPTY defined.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 src/x11/bin/xconsole/Makefile:1.5
--- src/x11/bin/xconsole/Makefile:1.4 Thu Jul 12 10:14:04 2012
+++ src/x11/bin/xconsole/Makefile Thu Jul 12 12:43:06 2012
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2012/07/12 10:14:04 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2012/07/12 12:43:06 wiz Exp $
.include <bsd.own.mk>
@@ -6,7 +6,6 @@ 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}