Package: scorched3d Severity: important Version: 41.3dfsg-1 Tags: patch User: [EMAIL PROTECTED] Usertags: kfreebsd
Hi, the current version fails to build on GNU/kFreeBSD. It needs small tweak, see bellow. It would also be nice if you can ask upstream to include this changes. Thanks in advance Petr --- src/net/SecureID.cpp~ 2008-08-14 14:27:34.000000000 +0000 +++ src/net/SecureID.cpp 2008-08-14 14:27:34.000000000 +0000 @@ -27,7 +27,7 @@ return Key; } -#elif defined(__DARWIN__) +#elif defined(__DARWIN__) || defined(__FreeBSD_kernel__) std::string SecureID::GetPrivateKey(void) { -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]