Module Name: src
Committed By: joerg
Date: Tue Sep 25 12:34:42 UTC 2018
Modified Files:
src/external/public-domain/xz/bin/xz: Makefile
Log Message:
Fix spelling of HOSTPROG to not enable NLS for tools build.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/public-domain/xz/bin/xz/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/public-domain/xz/bin/xz/Makefile
diff -u src/external/public-domain/xz/bin/xz/Makefile:1.4 src/external/public-domain/xz/bin/xz/Makefile:1.5
--- src/external/public-domain/xz/bin/xz/Makefile:1.4 Tue Sep 25 05:42:08 2018
+++ src/external/public-domain/xz/bin/xz/Makefile Tue Sep 25 12:34:42 2018
@@ -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 @@ USETBL= yes
.include <bsd.init.mk>
CPPFLAGS+= -DPACKAGE=\"xz\"
-.if !defined(HOST_PROG)
+.if !defined(HOSTPROG)
CPPFLAGS+= -DENABLE_NLS -DLOCALEDIR=\"/usr/share/locale\"
.endif