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

Annotation of ports/games/ufoai/base/patches/patch-src_tools_radiant_radiant_server_cpp, Revision 1.1

1.1     ! yason       1: $OpenBSD$
        !             2: --- src/tools/radiant/radiant/server.cpp.orig  Mon Apr 25 19:51:08 2011
        !             3: +++ src/tools/radiant/radiant/server.cpp       Mon Apr 25 19:51:33 2011
        !             4: @@ -153,7 +153,7 @@ class DynamicLibrary
        !             5:        }
        !             6:  };
        !             7:
        !             8: -#elif defined(__linux__) || defined (__FreeBSD__) || defined(__APPLE__)
        !             9: +#elif defined(__linux__) || defined (__FreeBSD__) || defined(__APPLE__) || defined (__OpenBSD__)
        !            10:
        !            11:  #include <dlfcn.h>
        !            12:

CVSweb