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

File: [local] / ports / games / maxr / patches / patch-src_config_selectplatformconfig_h (download)

Revision 1.1, Mon Jul 11 10:02:17 2016 UTC (7 years, 10 months ago) by kirby
Branch: MAIN
CVS Tags: HEAD

update to maxr-0.2.9

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