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
commit6a61760d575466bf5f741d4a074aaa82e16781b7 (patch)
treef7acb1dd0a00da40d12dd092d62dcaccc425c2c0 /lang/perl58
parent2cba54fb4428d0ffb41c5153aa29a8287119ba6d (diff)
downloadpkgsrc-6a61760d575466bf5f741d4a074aaa82e16781b7.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"
#