From 0a7ffab4cc254e1e8b0b8e43fdcc8ddbf0bf62bb Mon Sep 17 00:00:00 2001 From: joerg Date: Tue, 25 Sep 2018 12:34:42 +0000 Subject: [PATCH] Fix spelling of HOSTPROG to not enable NLS for tools build. --- external/public-domain/xz/bin/xz/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/external/public-domain/xz/bin/xz/Makefile b/external/public-domain/xz/bin/xz/Makefile index 1f9fdd1b9ce5..9333a525d0a4 100644 --- a/external/public-domain/xz/bin/xz/Makefile +++ b/external/public-domain/xz/bin/xz/Makefile @@ -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 CPPFLAGS+= -DPACKAGE=\"xz\" -.if !defined(HOST_PROG) +.if !defined(HOSTPROG) CPPFLAGS+= -DENABLE_NLS -DLOCALEDIR=\"/usr/share/locale\" .endif