pkgsrc-Bugs archive

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

Re: pkg/31985 ([lang/perl5] cannot build 64-bit binaries on Solaris 10 (amd64) with Sun Studio 10)



The following reply was made to PR pkg/31985; it has been noted by GNATS.

From: NAKAJI Hiroyuki <nakaji%jp.freebsd.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: jlam%NetBSD.org@localhost, gnats-admin%NetBSD.org@localhost, 
pkgsrc-bugs%NetBSD.org@localhost
Subject: Re: pkg/31985 ([lang/perl5] cannot build 64-bit binaries on Solaris 10 
(amd64) with Sun Studio 10)
Date: Fri, 20 Nov 2009 17:13:35 +0900

 >>>>> In <20091120073005.1CF2663B844%www.NetBSD.org@localhost> 
 >>>>>  "OBATA Akio" <obache%NetBSD.org@localhost> wrote:
 
 >  Does it mean Solaris must be treated same as AIX?
 
 Yes.
 
 >  Index: Makefile
 >  ===================================================================
 >  RCS file: /cvsroot/pkgsrc/lang/perl5/Makefile,v
 >  retrieving revision 1.154
 >  diff -u -r1.154 Makefile
 >  --- Makefile    23 Oct 2009 18:41:02 -0000      1.154
 >  +++ Makefile    20 Nov 2009 07:24:17 -0000
 >  @@ -243,7 +243,7 @@
 >    .  if defined(ABI) && ${ABI} == "64"
 >    PKG_SUGGESTED_OPTIONS+=                64bitint
 >    .  endif
 >  -.elif ${OPSYS} == "AIX"
 >  +.elif ${OPSYS} == "AIX" || ${OPSYS} == "SunOS"
 >    .  if defined(ABI) && ${ABI} == "64"
 >    PKG_SUGGESTED_OPTIONS+=                64bitall
 >    .  else
 
 -- 
 NAKAJI Hiroyuki
 


Home | Main Index | Thread Index | Old Index