Source-Changes-HG archive

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

[src/trunk]: src/external/mit/xorg/bin/xprop update for xprop 1.1.0



details:   https://anonhg.NetBSD.org/src/rev/65c7e003af6e
branches:  trunk
changeset: 748871:65c7e003af6e
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Nov 09 00:30:27 2009 +0000

description:
update for xprop 1.1.0

diffstat:

 external/mit/xorg/bin/xprop/Makefile |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (20 lines):

diff -r 7e2d6ff46f9c -r 65c7e003af6e external/mit/xorg/bin/xprop/Makefile
--- a/external/mit/xorg/bin/xprop/Makefile      Mon Nov 09 00:10:47 2009 +0000
+++ b/external/mit/xorg/bin/xprop/Makefile      Mon Nov 09 00:30:27 2009 +0000
@@ -1,13 +1,12 @@
-#      $NetBSD: Makefile,v 1.1.1.1 2008/07/29 05:01:22 mrg Exp $
+#      $NetBSD: Makefile,v 1.2 2009/11/09 00:30:27 mrg Exp $
 
 .include <bsd.own.mk>
 
 PROG=  xprop
-SRCS=  xprop.c dsimple.c
+SRCS=  xprop.c dsimple.c clientwin.c
 
 CPPFLAGS+=-DHAS_WCHAR_H -DHAS_WCTYPE_H -DNO_WIDEC_H
-CPPFLAGS+=-I${X11SRCDIR.xlsfonts} -I${X11SRCDIR.${PROG}}/../include
-.PATH: ${X11SRCDIR.xlsfonts}
+CPPFLAGS+=-I${X11SRCDIR.${PROG}}/../include
 
 LDADD+=        -lXmuu -lXt -lSM -lICE -lXext -lX11
 DPADD+=        ${LIBXMUU} ${LIBXT} ${LIBSM} ${LIBICE} ${LIBXEXT} ${LIBX11}



Home | Main Index | Thread Index | Old Index