summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-02-09 13:10:05 -0700
committerBrian Paul <brianp@vmware.com>2010-02-09 13:10:07 -0700
commited46e90f05195350c6861e9d3a4315cce86a9b3c (patch)
tree81886f94c8d92796b63538e4459e884903c19aa8 /src
parent822d951b5d3e07db0dd5cd609ebe2e9a7750f027 (diff)
gallium/auxiliary: add -D__STDC_CONSTANT_MACROS
Not sure why this is needed now, after the gallivm re-org.
Diffstat (limited to 'src')
-rw-r--r--src/gallium/auxiliary/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/Makefile b/src/gallium/auxiliary/Makefile
index 02c65a9b2d..507ca6e6aa 100644
--- a/src/gallium/auxiliary/Makefile
+++ b/src/gallium/auxiliary/Makefile
@@ -166,6 +166,9 @@ CPP_SOURCES += \
endif
+LIBRARY_DEFINES += -D__STDC_CONSTANT_MACROS
+
+
include ../Makefile.template