Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/x11/bin/xconsole Revert previous: tsutsui noted that this fi...



details:   https://anonhg.NetBSD.org/src/rev/bcb182ab7558
branches:  trunk
changeset: 780115:bcb182ab7558
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Jul 12 12:43:06 2012 +0000

description:
Revert previous: tsutsui noted that this file is for X11R6.
The one for X11R7 already had HAVE_OPENPTY defined.

diffstat:

 x11/bin/xconsole/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r b6d52fcf36e6 -r bcb182ab7558 x11/bin/xconsole/Makefile
--- a/x11/bin/xconsole/Makefile Thu Jul 12 10:14:04 2012 +0000
+++ b/x11/bin/xconsole/Makefile Thu Jul 12 12:43:06 2012 +0000
@@ -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 @@
 
 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}



Home | Main Index | Thread Index | Old Index