[BACK]Return to patch-src_tools_radiant_radiant_mainframe_cpp CVS log [TXT][DIR] Up to [local] / ports / games / ufoai / base / patches

File: [local] / ports / games / ufoai / base / patches / Attic / patch-src_tools_radiant_radiant_mainframe_cpp (download)

Revision 1.1, Wed Apr 27 06:23:05 2011 UTC (13 years, 2 months ago) by yason
Branch: MAIN
CVS Tags: ufoai_2-3-1

enable map editor, split into -main and -editor subpackages, merge some advices from Antti Harri

$OpenBSD$
--- src/tools/radiant/radiant/mainframe.cpp.orig	Mon Apr 25 19:52:27 2011
+++ src/tools/radiant/radiant/mainframe.cpp	Mon Apr 25 19:53:20 2011
@@ -426,7 +426,7 @@ class ModuleLoader
 					_ext("dll")
 #elif defined (__APPLE__)
 					_ext("dylib")
-#elif defined(__linux__) || defined (__FreeBSD__)
+#elif defined(__linux__) || defined (__FreeBSD__) || defined (__OpenBSD__)
 					_ext("so")
 #endif