diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2024-03-07 08:41:39 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2024-03-07 08:42:22 -0500 |
commit | b1e8e89eb4b21ef1b14b5eef8c1d12addab9e74d (patch) | |
tree | 916cda6486c97c6fa974fdb891e90cb77639f336 /dev-lang/php | |
parent | sys-devel/binutils: add workaround for libbacktrace tests (diff) | |
download | gentoo-b1e8e89eb4b21ef1b14b5eef8c1d12addab9e74d.tar.gz gentoo-b1e8e89eb4b21ef1b14b5eef8c1d12addab9e74d.tar.bz2 gentoo-b1e8e89eb4b21ef1b14b5eef8c1d12addab9e74d.zip |
dev-lang/php: fix another implicit decl in 8.2.x
Closes: https://bugs.gentoo.org/926324
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'dev-lang/php')
-rw-r--r-- | dev-lang/php/php-8.2.16-r1.ebuild (renamed from dev-lang/php/php-8.2.16.ebuild) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-lang/php/php-8.2.16.ebuild b/dev-lang/php/php-8.2.16-r1.ebuild index 78da01537337..f27df005dc4f 100644 --- a/dev-lang/php/php-8.2.16.ebuild +++ b/dev-lang/php/php-8.2.16-r1.ebuild @@ -150,6 +150,7 @@ PATCHES=( "${FILESDIR}/php-iodbc-header-location.patch" "${FILESDIR}/php-capstone-optional.patch" "${FILESDIR}/php-8.2.8-openssl-tests.patch" + "${FILESDIR}/php-8.1.27-implicit-decls.patch" ) # ARM/Windows functions (bug 923335) |