Module Name: src
Committed By: mrg
Date: Sat Nov 20 23:47:31 UTC 2010
Modified Files:
src/external/mit/xorg/bin/xload: Makefile
src/external/mit/xorg/bin/xmh: Makefile
Log Message:
find the right app-defaults files.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/mit/xorg/bin/xload/Makefile
cvs rdiff -u -r1.4 -r1.5 src/external/mit/xorg/bin/xmh/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/mit/xorg/bin/xload/Makefile
diff -u src/external/mit/xorg/bin/xload/Makefile:1.2 src/external/mit/xorg/bin/xload/Makefile:1.3
--- src/external/mit/xorg/bin/xload/Makefile:1.2 Sat Nov 20 22:34:17 2010
+++ src/external/mit/xorg/bin/xload/Makefile Sat Nov 20 23:47:30 2010
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2010/11/20 22:34:17 mrg Exp $
+# $NetBSD: Makefile,v 1.3 2010/11/20 23:47:30 mrg Exp $
.include <bsd.own.mk>
@@ -7,7 +7,7 @@
CPPFLAGS+=${X11FLAGS.VERSION}
-APPDEFS=XLoad.ad
+APPDEFS=XLoad
LDADD+= -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXext -lX11
DPADD+= ${LIBXAW} ${LIBXMU} ${LIBXT} ${LIBSM} ${LIBICE} \
Index: src/external/mit/xorg/bin/xmh/Makefile
diff -u src/external/mit/xorg/bin/xmh/Makefile:1.4 src/external/mit/xorg/bin/xmh/Makefile:1.5
--- src/external/mit/xorg/bin/xmh/Makefile:1.4 Sat Nov 20 22:41:49 2010
+++ src/external/mit/xorg/bin/xmh/Makefile Sat Nov 20 23:47:30 2010
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2010/11/20 22:41:49 mrg Exp $
+# $NetBSD: Makefile,v 1.5 2010/11/20 23:47:30 mrg Exp $
.include <bsd.own.mk>
@@ -12,7 +12,7 @@
CPPFLAGS+= -DHAS_VFORK -DXVENDORNAME=${XVENDORNAME} \
-DXORG_RELEASE=${XORG_RELEASE}
-APPDEFS=Xmh.ad
+APPDEFS=Xmh
LDADD+= -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXext -lX11
DPADD+= ${LIBXAW} ${LIBXMU} ${LIBXT} ${LIBSM} ${LIBICE} \