gallium/auxiliary: add -D__STDC_CONSTANT_MACROS
authorBrian Paul <brianp@vmware.com>
Tue, 9 Feb 2010 20:10:05 +0000 (13:10 -0700)
committerBrian Paul <brianp@vmware.com>
Tue, 9 Feb 2010 20:10:07 +0000 (13:10 -0700)
Not sure why this is needed now, after the gallivm re-org.

src/gallium/auxiliary/Makefile

index 02c65a9b2d9cbb43d7401dd55565cebd02cfc26d..507ca6e6aaab6a0659c31ee5b1c3f15987466f1b 100644 (file)
@@ -166,6 +166,9 @@ CPP_SOURCES += \
 endif
 
 
+LIBRARY_DEFINES += -D__STDC_CONSTANT_MACROS
+
+
 include ../Makefile.template