gtk+3: fix dependencies for new gnome/accessibility/at-spi2-core
[oi-userland.git] / components / web / php / php-8_2 / patches / 02_TSRM_h.patch
blobcd5addfcfb791bae6df9743403fc55ed1d5ff802
1 --- php-8.2.13/TSRM/TSRM.h 2023-11-21 10:55:59.000000000 +0100
2 +++ php-8.2.13/TSRM/TSRM.h.new 2023-12-20 21:43:41.798746063 +0100
3 @@ -148,7 +148,7 @@
4 # define __has_attribute(x) 0
5 #endif
7 -#if !__has_attribute(tls_model) || defined(__FreeBSD__) || defined(__MUSL__) || defined(__HAIKU__)
8 +#if !__has_attribute(tls_model) || defined(__FreeBSD__) || defined(__MUSL__) || defined(__HAIKU__) || defined(__solaris__)
9 # define TSRM_TLS_MODEL_ATTR
10 #elif __PIC__
11 # define TSRM_TLS_MODEL_ATTR __attribute__((tls_model("initial-exec")))