Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/x11/bin/xconsole Define HAS_OPENPTY in CPPFLAGS (since this ...
details: https://anonhg.NetBSD.org/src/rev/b6d52fcf36e6
branches: trunk
changeset: 780114:b6d52fcf36e6
user: wiz <wiz%NetBSD.org@localhost>
date: Thu Jul 12 10:14:04 2012 +0000
description:
Define HAS_OPENPTY in CPPFLAGS (since this Makefile doesn't use a config.h).
diffstat:
x11/bin/xconsole/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 6134a7079bc5 -r b6d52fcf36e6 x11/bin/xconsole/Makefile
--- a/x11/bin/xconsole/Makefile Thu Jul 12 09:39:53 2012 +0000
+++ b/x11/bin/xconsole/Makefile Thu Jul 12 10:14:04 2012 +0000
@@ -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 @@
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