--- meson.build.orig	2018-07-12 09:05:18.000000000 -0700
+++ meson.build	2018-07-12 09:18:40.000000000 -0700
@@ -92,7 +92,6 @@
     '-Wcast-align',
     '-Wno-unused-local-typedefs',
     '-Werror=float-conversion',
-    '-Werror=redundant-decls',
     '-Werror=missing-prototypes',
     '-Werror=missing-declarations',
     '-Werror=format=2',
@@ -163,7 +162,7 @@
 elif cc.has_function('posix_memalign', prefix: '#include <stdlib.h>') and not (host_system == 'windows')
   conf.set10('HAVE_POSIX_MEMALIGN', 1, description: 'Define if posix_memalign() is available')
 else
-  error('No aligned malloc function could be found.')
+ # error('No aligned malloc function could be found.')
 endif
 
 # Look for sincosf(), a GNU libc extension