pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/perl5 Set LC_ALL=C while doing perl5-configure. T...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/10c58579d474
branches:  trunk
changeset: 474778:10c58579d474
user:      recht <recht%pkgsrc.org@localhost>
date:      Wed May 05 08:29:44 2004 +0000

description:
Set LC_ALL=C while doing perl5-configure. This fixes the problem that
the PERL defintionen in the Makefile resulting from Makefile.PL gets
set to 0 if LANG || LC_<something> is set to something else (read non english).
ok'd by jlam@

diffstat:

 lang/perl5/module.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r ffde9e0dd0b2 -r 10c58579d474 lang/perl5/module.mk
--- a/lang/perl5/module.mk      Wed May 05 08:27:56 2004 +0000
+++ b/lang/perl5/module.mk      Wed May 05 08:29:44 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: module.mk,v 1.33 2004/01/21 09:40:49 jlam Exp $
+# $NetBSD: module.mk,v 1.34 2004/05/05 08:29:44 recht Exp $
 #
 # This Makefile fragment is intended to be included by packages that build
 # and install perl5 modules.
@@ -58,6 +58,7 @@
 .undef USE_GCC3
 .endif
 
+MAKE_ENV+=     LC_ALL=C
 .PHONY: perl5-configure
 perl5-configure:
        ${_PKG_SILENT}${_PKG_DEBUG}                                     \



Home | Main Index | Thread Index | Old Index