Bug#495091: scorched3d: FTBFS on GNU/kFreeBSD
Petr Salinger
Petr.Salinger at seznam.cz
Thu Aug 14 13:01:54 UTC 2008
Package: scorched3d
Severity: important
Version: 41.3dfsg-1
Tags: patch
User: glibc-bsd-devel at lists.alioth.debian.org
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)
{
More information about the Pkg-games-devel
mailing list