updates for xgamma 1.0.6 and xkbprint 1.0.4.
This commit is contained in:
parent
37afb7eb68
commit
5a8cc879ab
4
external/mit/xorg/bin/xgamma/Makefile
vendored
4
external/mit/xorg/bin/xgamma/Makefile
vendored
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.2 2013/05/31 07:22:21 mrg Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2015/07/19 22:42:24 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
@ -11,5 +11,7 @@ DPADD+= ${LIBXXF86VM} ${LIBXAW} ${LIBXMU} ${LIBXT} ${LIBSM} ${LIBICE} \
|
||||
.PATH: ${X11SRCDIR.${PROG}}
|
||||
.PATH: ${X11SRCDIR.${PROG}}/man
|
||||
|
||||
.include "../../xorg-pkg-ver.mk"
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
|
8
external/mit/xorg/bin/xkbprint/Makefile
vendored
8
external/mit/xorg/bin/xkbprint/Makefile
vendored
@ -1,17 +1,21 @@
|
||||
# $NetBSD: Makefile,v 1.1.1.1 2008/07/29 05:01:22 mrg Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2015/07/19 22:42:24 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= xkbprint
|
||||
SRCS= xkbprint.c utils.c psgeom.c
|
||||
|
||||
CPPFLAGS+= -DHAVE_ASPRINTF
|
||||
|
||||
LDADD+= -lxkbfile -lXext -lX11
|
||||
DPADD+= ${LIBXKBFILE} ${LIBXEXT} ${LIBX11}
|
||||
|
||||
.PATH: ${X11SRCDIR.${PROG}}
|
||||
.PATH: ${X11SRCDIR.${PROG}} ${X11SRCDIR.${PROG}}/man
|
||||
|
||||
# XXX
|
||||
CPPFLAGS.psgeom.c+= -Wno-error
|
||||
|
||||
.include "../../xorg-pkg-ver.mk"
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user