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

Annotation of ports/games/maxr/patches/patch-src_config_selectplatformconfig_h, Revision 1.1

1.1     ! kirby       1: $OpenBSD$
        !             2: --- src/config/selectplatformconfig.h.orig     Sun Jul 10 14:45:33 2016
        !             3: +++ src/config/selectplatformconfig.h  Sun Jul 10 14:46:27 2016
        !             4: @@ -19,7 +19,7 @@
        !             5:  
        !             6:  #ifndef MAXR_PLATFORM_CONFIG
        !             7:  
        !             8: -#if (defined(linux) || defined(__linux) || defined(__linux__) || defined(__GNU__) || defined(__GLIBC__)) && !defined(_CRAYC)
        !             9: +#if (defined(linux) || defined(__linux) || defined(__linux__) || defined(__GNU__) || defined(__GLIBC__) || defined(__OpenBSD__)) && !defined(_CRAYC)
        !            10:  #   define MAXR_PLATFORM_CONFIG "config/platform/linux.h"
        !            11:  #elif defined(__CYGWIN__)
        !            12:  #   define MAXR_PLATFORM_CONFIG "config/platform/cygwin.h"

CVSweb