diff options
author | Brian Paul <[email protected]> | 2009-09-15 09:47:35 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-09-15 09:47:35 -0600 |
commit | 41bbc8395111c6ef37e08a63ee58876d10a09e77 (patch) | |
tree | ff42e8359e3894b99da66599f9dc8ef44d9d3307 /src/gallium/drivers/llvmpipe | |
parent | c0cf9dc05e2d887ce6419e6cae1b3606a1779b3f (diff) | |
parent | 5d526ed21ac9f1ec9220c2adb4c905893eb9d990 (diff) |
Merge branch 'mesa_7_6_branch'
Diffstat (limited to 'src/gallium/drivers/llvmpipe')
-rw-r--r-- | src/gallium/drivers/llvmpipe/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/llvmpipe/Makefile b/src/gallium/drivers/llvmpipe/Makefile index 06c586e6bb9..cd7b6356d28 100644 --- a/src/gallium/drivers/llvmpipe/Makefile +++ b/src/gallium/drivers/llvmpipe/Makefile @@ -3,6 +3,8 @@ include $(TOP)/configs/current LIBNAME = llvmpipe +CFLAGS += -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS + C_SOURCES = \ lp_bld_alpha.c \ lp_bld_arit.c \ |