Source-Changes-HG archive

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

[src/trunk]: src/external/mit/xorg/lib/xkeyboard-config .include <bsd.lib.mk>...



details:   https://anonhg.NetBSD.org/src/rev/99944074dae8
branches:  trunk
changeset: 755368:99944074dae8
user:      ghen <ghen%NetBSD.org@localhost>
date:      Thu Jun 03 10:38:34 2010 +0000

description:
.include <bsd.lib.mk> to handle the pkgconfig file correctly (noted by veego).

diffstat:

 external/mit/xorg/lib/xkeyboard-config/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r 38e7e232bb4e -r 99944074dae8 external/mit/xorg/lib/xkeyboard-config/Makefile
--- a/external/mit/xorg/lib/xkeyboard-config/Makefile   Thu Jun 03 10:08:34 2010 +0000
+++ b/external/mit/xorg/lib/xkeyboard-config/Makefile   Thu Jun 03 10:38:34 2010 +0000
@@ -1,8 +1,9 @@
-#      $NetBSD: Makefile,v 1.3 2010/05/28 13:01:23 ghen Exp $
+#      $NetBSD: Makefile,v 1.4 2010/06/03 10:38:34 ghen Exp $
 
 SUBDIR=                compat geometry keycodes keymap rules semantics symbols types
 
 PKGCONFIG=     xkeyboard-config
 
 .include <bsd.x11.mk>
+.include <bsd.lib.mk>
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index