summaryrefslogtreecommitdiff
path: root/lang/perl58
diff options
context:
space:
mode:
authorgrant <grant>2004-01-25 03:26:49 +0000
committergrant <grant>2004-01-25 03:26:49 +0000
commitb201e1d0876f2e31c1247c063a3853cc7659c7ac (patch)
treef7acb1dd0a00da40d12dd092d62dcaccc425c2c0 /lang/perl58
parent07b8ed01193e57bd3b484717fe53c287ae117ee4 (diff)
downloadpkgsrc-b201e1d0876f2e31c1247c063a3853cc7659c7ac.tar.gz
set LANG="" in MAKE_ENV to avoid build failure if LANG is set.
from Min Sik Kim in PR pkg/24211.
Diffstat (limited to 'lang/perl58')
-rw-r--r--lang/perl58/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/perl58/Makefile b/lang/perl58/Makefile
index 85f5b0e7ecf..f6f6b5245ad 100644
--- a/lang/perl58/Makefile
+++ b/lang/perl58/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2004/01/24 13:51:14 grant Exp $
+# $NetBSD: Makefile,v 1.32 2004/01/25 03:26:49 grant Exp $
# The following two variables should have empty values unless we're
# building a perl snapshot or release candidate.
@@ -93,6 +93,7 @@ CONFIGURE_ARGS+= -Duse64bitint
PERL5_CC= ${CC:T}
.endif
CONFIGURE_ARGS+= -Dcc="${PERL5_CC}"
+MAKE_ENV+= LANG=""
.if ${OPSYS} == "Darwin"
#