[BACK]Return to patch-src_CEGUISystem_cpp CVS log [TXT][DIR] Up to [local] / ports / graphics / cegui / patches

Annotation of ports/graphics/cegui/patches/patch-src_CEGUISystem_cpp, Revision 1.1

1.1     ! yason       1: $OpenBSD$
        !             2: --- src/CEGUISystem.cpp.orig   Sun Jan 25 18:05:07 2009
        !             3: +++ src/CEGUISystem.cpp        Sun Jan 25 18:06:05 2009
        !             4: @@ -100,7 +100,7 @@ double SimpleTimer::currentTime()
        !             5:      return timeGetTime() / 1000.0;
        !             6:  }
        !             7:
        !             8: -#elif defined(__linux__) || defined(__APPLE__)
        !             9: +#elif defined(__linux__) || defined(__APPLE__) || defined(__OpenBSD__)
        !            10:  #include <sys/time.h>
        !            11:  double SimpleTimer::currentTime()
        !            12:  {

CVSweb