Set LC_ALL to "C". Otherwise, the package doesn't build due to
warnings from perl. See PR pkg/24211 for related discussion.
This commit is contained in:
parent
efd0f63580
commit
0a68f22994
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.70 2005/01/04 09:50:15 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.71 2005/01/04 23:38:31 minskim Exp $
|
||||
|
||||
# The following two variables should have empty values unless we're
|
||||
# building a perl snapshot or release candidate.
|
||||
|
@ -57,7 +57,7 @@ CONFIGURE_ARGS+= -Duseshrplib
|
|||
CONFIGURE_ARGS+= -Ui_malloc
|
||||
CONFIGURE_ARGS+= -Uusemymalloc
|
||||
CONFIGURE_ARGS+= -Uinstallusrbinperl
|
||||
MAKE_ENV+= LANG=""
|
||||
MAKE_ENV+= LC_ALL="C"
|
||||
|
||||
TEST_TARGET= test
|
||||
|
||||
|
|
Loading…
Reference in a new issue