[BACK]Return to patch-src_tools_radiant_radiant_server_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_server_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/server.cpp.orig	Mon Apr 25 19:51:08 2011
+++ src/tools/radiant/radiant/server.cpp	Mon Apr 25 19:51:33 2011
@@ -153,7 +153,7 @@ class DynamicLibrary
 	}
 };
 
-#elif defined(__linux__) || defined (__FreeBSD__) || defined(__APPLE__)
+#elif defined(__linux__) || defined (__FreeBSD__) || defined(__APPLE__) || defined (__OpenBSD__)
 
 #include <dlfcn.h>