openexr: make architecture independent
[oi-userland.git] / components / library / glib / patches / 04-xopen-version.patch
blob6ad15065007f929c4f9d2b72a0dcb181e1035e26
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
8 @@ -1905,8 +1905,6 @@
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)
15 endif