summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/Makefile
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-09-11 13:39:14 -0600
committerBrian Paul <brianp@vmware.com>2009-09-11 13:39:14 -0600
commitd81086a86bd7c82eae5a8f0d1092a30c23626257 (patch)
tree6ac4806efb07005ef8561ca062fc9636159261fe /src/gallium/drivers/llvmpipe/Makefile
parent796c96de808790826d9c9077d159390ebee62888 (diff)
llvmpipe: asst fixes for 'make linux-llvmpipe'
Diffstat (limited to 'src/gallium/drivers/llvmpipe/Makefile')
-rw-r--r--src/gallium/drivers/llvmpipe/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/llvmpipe/Makefile b/src/gallium/drivers/llvmpipe/Makefile
index 6e63a0c2b7..5ac09de79e 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 \