From: Brian Paul Date: Tue, 9 Feb 2010 20:10:05 +0000 (-0700) Subject: gallium/auxiliary: add -D__STDC_CONSTANT_MACROS X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ed46e90f05195350c6861e9d3a4315cce86a9b3c;p=mesa.git gallium/auxiliary: add -D__STDC_CONSTANT_MACROS Not sure why this is needed now, after the gallivm re-org. --- diff --git a/src/gallium/auxiliary/Makefile b/src/gallium/auxiliary/Makefile index 02c65a9b2d9..507ca6e6aaa 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