summaryrefslogtreecommitdiff
path: root/security/libgpg-error
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-12-29 03:43:23 +0000
committerminskim <minskim@pkgsrc.org>2004-12-29 03:43:23 +0000
commit14ae434c0e3ba47eeea5e5583fe9bdb28a8da287 (patch)
treeb6a0a490d1769dfd77df324b161934773afa7f0d /security/libgpg-error
parent512ff9aecb976ad0c0e9f88256ef0cc67acc9771 (diff)
downloadpkgsrc-14ae434c0e3ba47eeea5e5583fe9bdb28a8da287.tar.gz
Set LC_ALL to "C" when running GNU awk. Otherwise it behaves
differently depending on user's LC_ALL value. Thanks to "amorphis" of Korea BSD User Forum for reporting and testing.
Diffstat (limited to 'security/libgpg-error')
-rw-r--r--security/libgpg-error/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/libgpg-error/Makefile b/security/libgpg-error/Makefile
index 86980191a32..3b2fad1ddeb 100644
--- a/security/libgpg-error/Makefile
+++ b/security/libgpg-error/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/10/15 20:54:02 minskim Exp $
+# $NetBSD: Makefile,v 1.9 2004/12/29 03:43:23 minskim Exp $
#
DISTNAME= libgpg-error-1.0
@@ -17,7 +17,7 @@ GNU_CONFIGURE= YES
USE_PKGLOCALEDIR= YES
USE_GNU_TOOLS+= awk
-MAKE_ENV+= LC_CTYPE="C"
+MAKE_ENV+= LC_ALL="C"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../converters/libiconv/buildlink3.mk"