From: Vinson Lee Date: Sun, 24 Jan 2010 05:05:58 +0000 (-0800) Subject: scons: Define _DARWIN_C_SOURCE on Darwin builds. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d57ba16ae3943a93071ef1bbab4a13725b8ea20c;p=mesa.git scons: Define _DARWIN_C_SOURCE on Darwin builds. --- diff --git a/SConstruct b/SConstruct index f43c10cecb3..455b4719db9 100644 --- a/SConstruct +++ b/SConstruct @@ -110,6 +110,8 @@ if platform in ('posix', 'linux', 'freebsd', 'darwin'): 'PTHREADS', 'HAVE_POSIX_MEMALIGN', ]) + if platform == 'darwin': + env.Append(CPPDEFINES = ['_DARWIN_C_SOURCE']) env.Append(CPPPATH = ['/usr/X11R6/include']) env.Append(LIBPATH = ['/usr/X11R6/lib']) env.Append(LIBS = [