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

Author: Adrian Negreanu <[email protected]>
Date:   Fri Jun  6 12:16:11 2014 +0300

android, mesa_gen_matypes: pull in timespec POSIX definition

This fixes:
  include/c11/threads_posix.h: In function 'cnd_timedwait':
  include/c11/threads_posix.h:140:21: error: storage size of 'abs_time' isn't 
known

Cc: "10.1 10.2" <[email protected]>
Signed-off-by: Adrian Negreanu <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Reviewed-by: Juha-Pekka Heikkila <[email protected]>

---

 src/mesa/Android.libmesa_glsl_utils.mk |    1 +
 src/mesa/Android.mesa_gen_matypes.mk   |    1 +
 2 files changed, 2 insertions(+)

diff --git a/src/mesa/Android.libmesa_glsl_utils.mk 
b/src/mesa/Android.libmesa_glsl_utils.mk
index 47f2e15..e93891f 100644
--- a/src/mesa/Android.libmesa_glsl_utils.mk
+++ b/src/mesa/Android.libmesa_glsl_utils.mk
@@ -56,6 +56,7 @@ include $(CLEAR_VARS)
 
 LOCAL_MODULE := libmesa_glsl_utils
 LOCAL_IS_HOST_MODULE := true
+LOCAL_CFLAGS := -D_POSIX_C_SOURCE=199309L
 
 LOCAL_C_INCLUDES := \
        $(MESA_TOP)/src/glsl \
diff --git a/src/mesa/Android.mesa_gen_matypes.mk 
b/src/mesa/Android.mesa_gen_matypes.mk
index 6e301f9..5521087 100644
--- a/src/mesa/Android.mesa_gen_matypes.mk
+++ b/src/mesa/Android.mesa_gen_matypes.mk
@@ -33,6 +33,7 @@ include $(CLEAR_VARS)
 
 LOCAL_MODULE := mesa_gen_matypes
 LOCAL_IS_HOST_MODULE := true
+LOCAL_CFLAGS := -D_POSIX_C_SOURCE=199309L
 
 LOCAL_C_INCLUDES := \
        $(MESA_TOP)/src/mapi \

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to