Module: Mesa Branch: master Commit: ed46e90f05195350c6861e9d3a4315cce86a9b3c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ed46e90f05195350c6861e9d3a4315cce86a9b3c
Author: Brian Paul <[email protected]> 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 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
