USE_GITHUB= yes
GH_ACCOUNT= pioneerspacesim
GH_TAGNAME= 20151130
GH_TAGNAME= 20160221
USES= autoreconf gmake pkgconfig
USE_GL= gl
SHA256 (pioneerspacesim-pioneer-0.0.20151130-20151130_GH0.tar.gz) = 4dd090a2dea4655bc0726d817fc9079ed1ed18d1845be458db494d55f1949c9a
SHA256 (pioneerspacesim-pioneer-0.0.20160221-20160221_GH0.tar.gz) = c78841f0b469cf7c2563a2b96d6262871d77d7a8513cec9cd20fce7226e272bb
SIZE (pioneerspacesim-pioneer-0.0.20151130-20151130_GH0.tar.gz) = 187036861
SIZE (pioneerspacesim-pioneer-0.0.20160221-20160221_GH0.tar.gz) = 187186616
--- src/posix/OSPosix.cpp.orig 2015-06-07 21:44:10 UTC
+++ src/posix/OSPosix.cpp
@@ -107,7 +107,7 @@
}
char infoString[2048];
-#if defined(__APPLE__)
+#if !defined(__linux__)
snprintf(infoString, 2048, "System Name: %s\nHost Name: %s\nRelease(Kernel) Version: %s\nKernel Build Timestamp: %s\nMachine Arch: %s\n",
uts.sysname, uts.nodename, uts.release, uts.version, uts.machine);
#else