From b8de7bf654929c823080b211aeac56cd213f5a32 Mon Sep 17 00:00:00 2001 From: Ulrich Sibiller Date: Sun, 9 Oct 2016 17:49:20 +0200 Subject: Use both __APPLE__ and __DARWIN__ defines Imake unsets __APPLE__ and sets __DARWIN__ instead while autoconf seems to use __APPLE__ and not __DARWIN__ anymore. This way we should stay safe for now. Can be changed to __APPLE__ when we switch to modular. --- nx-X11/extras/Mesa/src/glx/x11/indirect_size.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nx-X11/extras/Mesa') diff --git a/nx-X11/extras/Mesa/src/glx/x11/indirect_size.c b/nx-X11/extras/Mesa/src/glx/x11/indirect_size.c index 1fce2f5ca..470a075c9 100644 --- a/nx-X11/extras/Mesa/src/glx/x11/indirect_size.c +++ b/nx-X11/extras/Mesa/src/glx/x11/indirect_size.c @@ -55,7 +55,7 @@ # define INTERNAL # endif -#if defined(__CYGWIN__) || defined(__MINGW32__) || defined(__APPLE__) +#if defined(__CYGWIN__) || defined(__MINGW32__) || defined(__APPLE__) || defined(__DARWIN__) # undef HAVE_ALIAS #endif #ifdef HAVE_ALIAS -- cgit v1.2.3