Mesa (master): gallium/auxiliary: add -D__STDC_CONSTANT_MACROS

Brian Paul brianp at kemper.freedesktop.org
Tue Feb 9 20:10:43 UTC 2010


Module: Mesa
Branch: master
Commit: ed46e90f05195350c6861e9d3a4315cce86a9b3c
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ed46e90f05195350c6861e9d3a4315cce86a9b3c

Author: Brian Paul <brianp at vmware.com>
Date:   Tue Feb  9 13:10:05 2010 -0700

gallium/auxiliary: add -D__STDC_CONSTANT_MACROS

Not sure why this is needed now, after the gallivm re-org.

---

 src/gallium/auxiliary/Makefile |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/gallium/auxiliary/Makefile b/src/gallium/auxiliary/Makefile
index 02c65a9..507ca6e 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
 
 




More information about the mesa-commit mailing list