tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Changes to lang/perl5
Hi!
On Fri, 22 May 2009 14:00:52 +0900, Jens Rehsack
<rehsack%googlemail.com@localhost> wrote:
>> OPSYS==IRIX && ABI==64 part should be merged into the option handling.
>
> Sure - as long anyone can test that ...
> Whereby perl doesn't care about ABI=64 or not when -Duse64bitall is
> specified, and the 64bitauto is the default (perl chooses). Or do you mean
> sth. else?
lang/perl5/Makefile already have following lines:
.if ${OPSYS} == "IRIX"
. if defined(ABI) && ${ABI} == "64"
CONFIGURE_ARGS+= -Duse64bitint
. endif
.endif
I'm not sure that it is still required or not.
--
"Of course I love NetBSD":-)
OBATA Akio / obache%NetBSD.org@localhost
Home |
Main Index |
Thread Index |
Old Index