shithub: aubio

Download patch

ref: 8ad7d71e0672a677bb1fa12bc0b05fb303ae1c93
parent: e136c9f688671d2a688b39e4dce2590b09c84c91
author: Paul Brossier <piem@piem.org>
date: Sat Dec 22 22:49:09 EST 2018

[py] define HAVE_ERRNO_H in add_local_macros

--- a/python/lib/moresetuptools.py
+++ b/python/lib/moresetuptools.py
@@ -68,7 +68,7 @@
     # define macros (waf puts them in build/src/config.h)
     for define_macro in ['HAVE_STDLIB_H', 'HAVE_STDIO_H',
                          'HAVE_MATH_H', 'HAVE_STRING_H',
-                         'HAVE_C99_VARARGS_MACROS',
+                         'HAVE_ERRNO_H', 'HAVE_C99_VARARGS_MACROS',
                          'HAVE_LIMITS_H', 'HAVE_STDARG_H',
                          'HAVE_MEMCPY_HACKS']:
         ext.define_macros += [(define_macro, 1)]