From ed46e90f05195350c6861e9d3a4315cce86a9b3c Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 9 Feb 2010 13:10:05 -0700 Subject: [PATCH] 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 file changed, 3 insertions(+) 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 -- 2.7.4