pkgsrc-Bugs archive

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

Re: pkg/39879: libX11 canoot build on systems with non-GNU 'cpp' (in this case, IRIX)



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

From: Tobias Nygren <tnn%NetBSD.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: srcshelton%gmail.com@localhost
Subject: Re: pkg/39879: libX11 canoot build on systems with non-GNU 'cpp'
 (in this case, IRIX)
Date: Sat, 8 Nov 2008 11:24:38 +0100

 On Fri,  7 Nov 2008 17:45:00 +0000 (UTC)
 srcshelton%gmail.com@localhost wrote:
 
 > >Synopsis:       libX11 canoot build on systems with non-GNU 'cpp' (in this 
 > >case, 
 
 I had this problem on HP-UX as well. Some modular X.org packages
 have a workaround for the HP compiler. Does the same work for mipspro?
 
 e.g. x11/libX11/Makefile has:
 
 .include "../../mk/compiler.mk"
 .if !empty(PKGSRC_COMPILER:Mhp)
 CONFIGURE_ENV+=         ac_cv_path_RAWCPP="cc -E -Uunix -"
 .endif
 


Home | Main Index | Thread Index | Old Index