diff options
author | Jeremy Huddleston <jeremy@vincent.local> | 2009-12-20 21:32:35 -0800 |
---|---|---|
committer | Jeremy Huddleston <jeremy@vincent.local> | 2009-12-20 21:32:35 -0800 |
commit | 4a1e103858a1db0fb037891b8d4a9426eff32b98 (patch) | |
tree | 7b85e1216a93b811cbb9942e67dfe2e2a8bcb06a /configs | |
parent | 393857a2f59df43d60fd4f1b7974349261bc45da (diff) |
darwin: Cleanup CPPFLAGS a bit
Diffstat (limited to 'configs')
-rw-r--r-- | configs/darwin | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/darwin b/configs/darwin index 213c397287..824f71c0cc 100644 --- a/configs/darwin +++ b/configs/darwin @@ -12,10 +12,10 @@ X11_DIR = $(INSTALL_DIR) CC = gcc CXX = g++ PIC_FLAGS = -fPIC -DEFINES = -D_DARWIN_C_SOURCE -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L \ - -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -DPTHREADS \ +DEFINES = -D_DARWIN_C_SOURCE -DPTHREADS -D_GNU_SOURCE \ -DGLX_ALIAS_UNSUPPORTED -DGLX_INDIRECT_RENDERING +# -D_GNU_SOURCE - for src/mesa/main ... # -DGLX_DIRECT_RENDERING - pulls in libdrm stuff in glx/x11 # -DGLX_USE_APPLEGL - supposed to be used with GLX_DIRECT_RENDERING to use AGL rather than DRM, but doesn't compile # -DIN_DRI_DRIVER |