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

Annotation of ports/games/torcs/patches/patch-src_libs_tgfclient_guifont_cpp, Revision 1.1

1.1     ! yason       1: $OpenBSD$
        !             2: --- src/libs/tgfclient/guifont.cpp.orig        Mon Jun 15 07:14:37 2009
        !             3: +++ src/libs/tgfclient/guifont.cpp     Mon Jun 15 07:15:48 2009
        !             4: @@ -24,8 +24,8 @@
        !             5:
        !             6:  #ifdef WIN32
        !             7:  #include <windows.h>
        !             8: -#elif defined(__FreeBSD__)
        !             9: -#include <machine/endian.h>
        !            10: +#elif defined(__OpenBSD__)
        !            11: +#include <sys/endian.h>
        !            12:  #else
        !            13:  #include <endian.h>
        !            14:  #endif

CVSweb