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: Alexander Nasonov <alnsn%yandex.ru@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/39879: libX11 canoot build on systems with non-GNU 'cpp'
(in this case, IRIX)
Date: Tue, 22 Sep 2009 16:32:20 +0100
Tobias Nygren wrote:
> 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
Same problem with Intel C/C++ compiler, versions 10.1 (wip/icc10)
and 11.1 (to be commited to wip soon).
May be a better workaround for those three compilers would be
a transformation of -undef to -Uunix in correspondent pkgsrc
cpp wrappers?
Thanks,
Alex
Home |
Main Index |
Thread Index |
Old Index