updates for xauth 1.0.8 and xconsole 1.0.6.

This commit is contained in:
mrg 2014-03-17 09:24:11 +00:00
parent b077836fd2
commit 1495f4c16a
2 changed files with 4 additions and 3 deletions

View File

@ -1,11 +1,11 @@
# $NetBSD: Makefile,v 1.2 2011/07/23 06:41:08 mrg Exp $
# $NetBSD: Makefile,v 1.3 2014/03/17 09:24:11 mrg Exp $
.include <bsd.own.mk>
PROG= xauth
SRCS= xauth.c gethost.c process.c parsedpy.c
CPPFLAGS+= -DRETSIGTYPE=void
CPPFLAGS+= -DRETSIGTYPE=void -DPACKAGE_VERSION=\"1.0.8\"
CPPFLAGS.gethost.c= ${X11FLAGS.CONNECTION}
CPPFLAGS.parsedpy.c= ${X11FLAGS.CONNECTION}

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2011/05/15 21:25:33 christos Exp $
# $NetBSD: Makefile,v 1.4 2014/03/17 09:24:11 mrg Exp $
.include <bsd.own.mk>
@ -11,6 +11,7 @@ DPADD+= ${LIBUTIL} ${LIBXAW} ${LIBXMU} ${LIBXT} ${LIBSM} ${LIBICE} \
${LIBXPM} ${LIBXEXT} ${LIBX11}
.PATH: ${X11SRCDIR.${PROG}} ${X11SRCDIR.${PROG}}/app-defaults
.PATH: ${X11SRCDIR.${PROG}}/man
CPPFLAGS+=-DHAS_OPENPTY -DHAVE_UTIL_H