pkgsrc-Bugs archive

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

Re: pkg/44501: MACHINE_ARCH problem on IRIX64: mips != mipseb



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

From: "OBATA Akio" <obache%netbsd.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/44501: MACHINE_ARCH problem on IRIX64: mips != mipseb
Date: Wed, 02 Feb 2011 14:52:40 +0900

 On Wed, 02 Feb 2011 10:45:00 +0900, <cheusov%tut.by@localhost> wrote:
 
 >> Fix:
 > It probably makes sense to add IRIX64 case to bmake's machine.sh script
 > and set MACHINE_ARCH to 'mipseb' (On my system uname(1) says IRIX64, not 
 > IRIX).
 
 How about following?
 
 Index: devel/bmake/Makefile
 ===================================================================
 RCS file: /cvsroot/pkgsrc/devel/bmake/Makefile,v
 retrieving revision 1.53
 diff -u -r1.53 Makefile
 --- devel/bmake/Makefile        10 Sep 2010 02:42:59 -0000      1.53
 +++ devel/bmake/Makefile        2 Feb 2011 05:45:40 -0000
 @@ -40,6 +40,9 @@
   .if ${OPSYS} == "Interix"
   MAKE_ENV+=             XDEFS=-DUSE_SELECT
   .endif
 +.if ${OPSYS} == "IRIX"
 +BOOTSTRAP_ARGS+=       --with-machine_arch=${MACHINE_ARCH}
 +.endif
 
   do-extract:
          ${CP} -R ${FILESDIR} ${WRKSRC}
 
 
 -- 
 OBATA Akio / obache%NetBSD.org@localhost
 


Home | Main Index | Thread Index | Old Index