Ticket #64330: patch-graphene-leopard.diff
File patch-graphene-leopard.diff, 716 bytes (added by barracuda156, 3 years ago) |
---|
-
meson.build
old new 97 97 '-Wno-unused-local-typedefs', 98 98 '-Werror=float-conversion', 99 99 '-Werror=float-equal', 100 '-Werror=redundant-decls',101 100 '-Werror=missing-prototypes', 102 101 '-Werror=missing-declarations', 103 102 '-Werror=format=2', … … 166 165 elif cc.has_function('posix_memalign', prefix: '#include <stdlib.h>') and not (host_system == 'windows') 167 166 conf.set10('HAVE_POSIX_MEMALIGN', 1, description: 'Define if posix_memalign() is available') 168 167 else 169 error('No aligned malloc function could be found.')168 # error('No aligned malloc function could be found.') 170 169 endif 171 170 172 171 math_exts = [