aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/extras/Mesa
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2016-10-09 17:49:20 +0200
committerUlrich Sibiller <uli42@gmx.de>2016-10-10 22:58:33 +0200
commitb8de7bf654929c823080b211aeac56cd213f5a32 (patch)
treeb28abba7818115d2fed80eb360a79a0f9183948e /nx-X11/extras/Mesa
parent01865335b4a10e01441d7cc454bdcfbaa71aef51 (diff)
downloadnx-libs-b8de7bf654929c823080b211aeac56cd213f5a32.tar.gz
nx-libs-b8de7bf654929c823080b211aeac56cd213f5a32.tar.bz2
nx-libs-b8de7bf654929c823080b211aeac56cd213f5a32.zip
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.
Diffstat (limited to 'nx-X11/extras/Mesa')
-rw-r--r--nx-X11/extras/Mesa/src/glx/x11/indirect_size.c2
1 files changed, 1 insertions, 1 deletions
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