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/xclock handle XClock* moving into app-...



details:   https://anonhg.NetBSD.org/src/rev/7e2d6ff46f9c
branches:  trunk
changeset: 748870:7e2d6ff46f9c
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Nov 09 00:10:47 2009 +0000

description:
handle XClock* moving into app-defaults subdir.

diffstat:

 external/mit/xorg/bin/xclock/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 782adb85e1c5 -r 7e2d6ff46f9c external/mit/xorg/bin/xclock/Makefile
--- a/external/mit/xorg/bin/xclock/Makefile     Sun Nov 08 22:27:09 2009 +0000
+++ b/external/mit/xorg/bin/xclock/Makefile     Mon Nov 09 00:10:47 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1.1.1 2008/07/29 05:01:22 mrg Exp $
+#      $NetBSD: Makefile,v 1.2 2009/11/09 00:10:47 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -7,7 +7,7 @@
 
 CPPFLAGS+=-DXRENDER -DXFREE86_FT2 -I${DESTDIR}${X11INCDIR}/freetype2
 
-APPDEFS=XClock.ad XClock-color.ad
+APPDEFS=XClock XClock-color
 
 
 LDADD+=        -lXft -lfontconfig -lfreetype -lexpat -lXrender
@@ -16,7 +16,7 @@
 DPADD+= ${LIBXAW} ${LIBXMU} ${LIBXT} ${LIBSM} ${LIBICE} \
        ${LIBXPM} ${LIBXEXT} ${LIBX11} ${LIBM}
 
-.PATH: ${X11SRCDIR.${PROG}}
+.PATH: ${X11SRCDIR.${PROG}} ${X11SRCDIR.${PROG}}/app-defaults
 
 .include <bsd.x11.mk>
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index