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/luit Fix locale alias file substitutio...



details:   https://anonhg.NetBSD.org/src/rev/f0d12ba9c2f8
branches:  trunk
changeset: 770263:f0d12ba9c2f8
user:      njoly <njoly%NetBSD.org@localhost>
date:      Mon Oct 10 09:41:47 2011 +0000

description:
Fix locale alias file substitution in man page.

diffstat:

 external/mit/xorg/bin/luit/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 254284e4c1fe -r f0d12ba9c2f8 external/mit/xorg/bin/luit/Makefile
--- a/external/mit/xorg/bin/luit/Makefile       Mon Oct 10 04:32:41 2011 +0000
+++ b/external/mit/xorg/bin/luit/Makefile       Mon Oct 10 09:41:47 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.3 2010/11/21 02:33:40 mrg Exp $
+#      $NetBSD: Makefile,v 1.4 2011/10/10 09:41:47 njoly Exp $
 
 .include <bsd.own.mk>
 
@@ -8,7 +8,7 @@
 CPPFLAGS+=-DLOCALE_ALIAS_FILE=\"${X11LIBDIR}/locale/locale.alias\"
 CPPFLAGS+=-DHAVE_CONFIG_H -I${X11SRCDIR.${PROG}}/../include
 
-X11EXTRAMANDEFS+= -e 's,__localealiasfile__,${X11LIBDIR}/locale/locale.alias,g'
+X11EXTRAMANDEFS+= -e 's,__locale_alias__,${X11LIBDIR}/locale/locale.alias,g'
 
 LDADD+=        -lfontenc -lz
 DPADD+=        ${LIBFONTENC} ${LIBZ}



Home | Main Index | Thread Index | Old Index