updates for xauth 1.0.8 and xconsole 1.0.6.
This commit is contained in:
parent
b077836fd2
commit
1495f4c16a
4
external/mit/xorg/bin/xauth/Makefile
vendored
4
external/mit/xorg/bin/xauth/Makefile
vendored
@ -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}
|
||||
|
||||
|
3
external/mit/xorg/bin/xconsole/Makefile
vendored
3
external/mit/xorg/bin/xconsole/Makefile
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user