Bug#669308: webkit: FTBFS[kfreebsd]: #error Unsupported Platform

Robert Millan rmh at debian.org
Sat Apr 21 08:51:14 UTC 2012


El 21 d’abril de 2012 4:41, Steven Chamberlain <steven at pyro.eu.org> ha escrit:
> tags 669308 + patch
> thanks
>
> On 18/04/12 22:19, Christoph Egger wrote:
>> In file included from ../Source/ThirdParty/ANGLE/src/compiler/InitializeDll.cpp:11:0:
>> ../Source/ThirdParty/ANGLE/src/compiler/osinclude.h:22:2: error: #error Unsupported platform.
>
> Looks like that header just needs to test for __FreeBSD_kernel__ as well
> as __FreeBSD__, as in the attached diff.  This seems to allow compiling
> that particular file on kfreebsd-i386, but I've not been able to test
> building the entire package yet.

That particular test is checking for userland, so it might be better
to use __GLIBC__ instead (i.e. fix may work on more systems).

-- 
Robert Millan





More information about the Pkg-webkit-maintainers mailing list