components/python/pycairo/Makefile
changeset 7039 941993d080da
parent 6961 7dd9e3f6e602
child 7687 1093e2a9adbd
--- a/components/python/pycairo/Makefile	Mon Oct 03 12:09:09 2016 -0700
+++ b/components/python/pycairo/Makefile	Fri Sep 30 11:06:18 2016 -0700
@@ -63,6 +63,9 @@
 # Do not install optimised compiled .pyo files
 CONFIGURE_OPTIONS += --nopyo
 
+# This needed to be added for pycairo to build cleanly s12_109 onwards
+studio_C99MODE = $(studio_C99_ENABLE)
+
 # The bundled waf compiles to the old pre-python-3.2 locations, so
 # tell it not to bother, and take care of it ourselves
 CONFIGURE_OPTIONS += --nopyc