[BACK]Return to patch-src_system_utility_FileUtility_cpp CVS log [TXT][DIR] Up to [local] / ports / games / violetland / patches

Annotation of ports/games/violetland/patches/patch-src_system_utility_FileUtility_cpp, Revision 1.1

1.1     ! yason       1: $OpenBSD$
        !             2: --- src/system/utility/FileUtility.cpp.orig    Sun Jun 26 23:51:45 2011
        !             3: +++ src/system/utility/FileUtility.cpp Sun Jun 26 23:52:25 2011
        !             4: @@ -65,7 +65,7 @@ FileUtility::FileUtility(char *argPath) {
        !             5:        m_resPath = m_appPath;
        !             6:        m_usrPath = m_resPath;
        !             7:  #endif //_WIN32
        !             8: -#if defined linux || defined __FreeBSD__
        !             9: +#if defined linux || defined __FreeBSD__ || defined __OpenBSD__
        !            10:  #ifndef INSTALL_PREFIX
        !            11:  #define INSTALL_PREFIX "/usr/local";
        !            12:  #endif //INSTALL_PREFIX

CVSweb