freebsd-ports/games/spring/files/patch-AI-Skirmish-KAIK-Logger.h
Dmitry Marakasov da9662ef60 - Update to 94.1
- Unbreak
- Support staging
- Use new LIB_DEPENDS syntax
2013-12-16 11:22:24 +00:00

14 lines
370 B
C++

--- AI/Skirmish/KAIK/Logger.h.orig 2013-03-26 03:58:45.000000000 +0400
+++ AI/Skirmish/KAIK/Logger.h 2013-11-11 04:04:46.414772522 +0400
@@ -2,10 +2,8 @@
#define KAIK_LOGGER_HDR
#include <string>
-//FIXME:compile hack for macosx
-#undef tm
#include <fstream>
-#define tm GetThreatMap()
+#define thm GetThreatMap()
namespace springLegacyAI {
class IAICallback;