El 21 d’abril de 2012 4:41, Steven Chamberlain <[email protected]> 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 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

