freebsd-ports/games/spring/files/patch-rts-System-SpringApp.cpp
Dmitry Marakasov f6fe2fbcf3 - Update to 0.82.5.1
- Add patch to remove unit pieces that don't render correctly
2010-09-23 00:26:55 +00:00

11 lines
375 B
C++

--- rts/System/SpringApp.cpp.orig 2010-09-06 16:16:18.000000000 +0400
+++ rts/System/SpringApp.cpp 2010-09-15 23:03:15.000000000 +0400
@@ -255,7 +255,7 @@
logOutput.Print("CPU: affinity failed");
}
}
-#elif defined(__APPLE__)
+#elif defined(__APPLE__) || defined(__FreeBSD__) // may still use something like below for FreeBSD
// no-op
#else
if (affinity > 0) {