summaryrefslogtreecommitdiff
path: root/dev-lang/php/php-8.2.5.ebuild
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2023-05-05 09:11:26 -0400
committerBrian Evans <grknight@gentoo.org>2023-05-05 09:18:36 -0400
commite3633b3970dbbde652043324504ce21064668f8f (patch)
treefbacf94bddca27311b78585a2e4aec6762a30293 /dev-lang/php/php-8.2.5.ebuild
parent05bb2d46bc16f13a8d2f5eb599df29460f7b64ac (diff)
downloadgentoo-e3633b3970dbbde652043324504ce21064668f8f.tar.gz
gentoo-e3633b3970dbbde652043324504ce21064668f8f.tar.bz2
gentoo-e3633b3970dbbde652043324504ce21064668f8f.zip
dev-lang/php: Backport capstone detection added upstream
This is a trimmed down version of mjo's patch to apply to a wider array of versions. The oprofile bits omiitted are not important as defines block their calling and the defines are removed from the configure. Fixes: https://bugs.gentoo.org/905725 Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'dev-lang/php/php-8.2.5.ebuild')
-rw-r--r--dev-lang/php/php-8.2.5.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-lang/php/php-8.2.5.ebuild b/dev-lang/php/php-8.2.5.ebuild
index bb2d5ee06588..d8e80841110d 100644
--- a/dev-lang/php/php-8.2.5.ebuild
+++ b/dev-lang/php/php-8.2.5.ebuild
@@ -148,6 +148,7 @@ PHP_MV="$(ver_cut 1)"
PATCHES=(
"${FILESDIR}/php-iodbc-header-location.patch"
+ "${FILESDIR}/php-capstone-optional.patch"
)
php_install_ini() {