projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
822d951
)
gallium/auxiliary: add -D__STDC_CONSTANT_MACROS
author
Brian Paul
<brianp@vmware.com>
Tue, 9 Feb 2010 20:10:05 +0000
(13:10 -0700)
committer
Brian 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
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/Makefile
b/src/gallium/auxiliary/Makefile
index 02c65a9b2d9cbb43d7401dd55565cebd02cfc26d..507ca6e6aaab6a0659c31ee5b1c3f15987466f1b 100644
(file)
--- 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