1 Remove Unix standard settings for Solaris 11.4, so we don't exclude all
2 features added between XPG2 & XPG7, now that these are exposed by default.
4 To send upstream, need to adjust to right version for each OS level
6 --- a/meson.build 2019-09-25 15:21:05.190853342 -0700
7 +++ b/meson.build 2019-09-25 15:21:13.619238512 -0700
10 # FIXME: How to detect Solaris? https://github.com/mesonbuild/meson/issues/1578
11 if host_system == 'sunos'
12 - glib_conf.set('_XOPEN_SOURCE_EXTENDED', 1)
13 - glib_conf.set('_XOPEN_SOURCE', 2)
14 glib_conf.set('__EXTENSIONS__',1)