Subject: Re: pkg/30940 (gettext-0.11.5nb5 fails on IRIX)
To: None <irix-pkg-people@netbsd.org, gnats-admin@netbsd.org,>
From: Stuart Shelton <stuart@zeus.com>
List: pkgsrc-bugs
Date: 02/11/2006 22:35:02
The following reply was made to PR pkg/30940; it has been noted by GNATS.

From: Stuart Shelton <stuart@zeus.com>
To: gnats-bugs@netbsd.org
Cc: 
Subject: Re: pkg/30940 (gettext-0.11.5nb5 fails on IRIX)
Date: Sat, 11 Feb 2006 22:31:20 +0000

 > gettext has been updated -- is the problem still there?
 
 Yes - the problem is still present.
 
 The solution is to add an additional check to see whether SGI is
 defined, and if so treat the code in the same way as with the Apple
 compiler (e.g. don't attempt anything clever with po_*_error in
 po-lex.c).
 
 NB: I'm not sure if SGI is defined if using GCC on IRIX - but even if it
 were, then you'd have two less functions explicitly inlined, versus not
 compiling with an entire family of compilers.