freebsd-ports/games/spring/files/patch-rts-System-Platform-Misc.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

12 lines
319 B
C++

--- rts/System/Platform/Misc.cpp.orig 2010-09-06 16:16:18.000000000 +0400
+++ rts/System/Platform/Misc.cpp 2010-09-15 22:44:06.000000000 +0400
@@ -106,7 +106,7 @@
procExeFilePath = std::string(pathReal);
}
#else
- #error implement this
+ return "%%PREFIX%%/bin/spring";
#endif
if (procExeFilePath.empty()) {