[BACK]Return to patch-src_tools_radiant_radiant_mainframe_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_mainframe_cpp, Revision 1.1

1.1     ! yason       1: $OpenBSD$
        !             2: --- src/tools/radiant/radiant/mainframe.cpp.orig       Mon Apr 25 19:52:27 2011
        !             3: +++ src/tools/radiant/radiant/mainframe.cpp    Mon Apr 25 19:53:20 2011
        !             4: @@ -426,7 +426,7 @@ class ModuleLoader
        !             5:                                        _ext("dll")
        !             6:  #elif defined (__APPLE__)
        !             7:                                        _ext("dylib")
        !             8: -#elif defined(__linux__) || defined (__FreeBSD__)
        !             9: +#elif defined(__linux__) || defined (__FreeBSD__) || defined (__OpenBSD__)
        !            10:                                        _ext("so")
        !            11:  #endif
        !            12:

CVSweb