[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.2

1.1       yason       1: $OpenBSD$
1.2     ! yason       2: --- src/libs/tgfclient/guifont.cpp.orig        Sat Dec 31 13:53:35 2011
        !             3: +++ src/libs/tgfclient/guifont.cpp     Thu Feb  2 20:53:35 2012
        !             4: @@ -24,7 +24,7 @@
1.1       yason       5:
                      6:  #ifdef WIN32
                      7:  #include <windows.h>
                      8: -#elif defined(__FreeBSD__)
1.2     ! yason       9: +#elif defined(__FreeBSD__) || defined(__OpenBSD__)
        !            10:  #include <machine/endian.h>
        !            11:  #elif defined(sun)
        !            12:  #define BIG_ENDIAN 1234

CVSweb