Ticket #64330: patch-graphene-leopard.diff

File patch-graphene-leopard.diff, 716 bytes (added by barracuda156, 2 years ago)
  • meson.build

    old new  
    9797    '-Wno-unused-local-typedefs',
    9898    '-Werror=float-conversion',
    9999    '-Werror=float-equal',
    100     '-Werror=redundant-decls',
    101100    '-Werror=missing-prototypes',
    102101    '-Werror=missing-declarations',
    103102    '-Werror=format=2',
     
    166165elif cc.has_function('posix_memalign', prefix: '#include <stdlib.h>') and not (host_system == 'windows')
    167166  conf.set10('HAVE_POSIX_MEMALIGN', 1, description: 'Define if posix_memalign() is available')
    168167else
    169   error('No aligned malloc function could be found.')
     168  # error('No aligned malloc function could be found.')
    170169endif
    171170
    172171math_exts = [