Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/public-domain/xz/bin/xz Fix spelling of HOSTPROG to...
details: https://anonhg.NetBSD.org/src/rev/86c3643c8612
branches: trunk
changeset: 433648:86c3643c8612
user: joerg <joerg%NetBSD.org@localhost>
date: Tue Sep 25 12:34:42 2018 +0000
description:
Fix spelling of HOSTPROG to not enable NLS for tools build.
diffstat:
external/public-domain/xz/bin/xz/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r ada38e418c4f -r 86c3643c8612 external/public-domain/xz/bin/xz/Makefile
--- a/external/public-domain/xz/bin/xz/Makefile Tue Sep 25 11:41:35 2018 +0000
+++ b/external/public-domain/xz/bin/xz/Makefile Tue Sep 25 12:34:42 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2018/09/25 05:42:08 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2018/09/25 12:34:42 joerg Exp $
PROG= xz
BINDIR= /usr/bin
@@ -13,7 +13,7 @@
.include <bsd.init.mk>
CPPFLAGS+= -DPACKAGE=\"xz\"
-.if !defined(HOST_PROG)
+.if !defined(HOSTPROG)
CPPFLAGS+= -DENABLE_NLS -DLOCALEDIR=\"/usr/share/locale\"
.endif
Home |
Main Index |
Thread Index |
Old Index