mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-php/pecl-imagick: fix PATCHES
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -28,7 +28,7 @@ DEPEND="
|
||||
test? ( media-gfx/imagemagick:=[hdri,jpeg,png,svg,truetype,xml] )
|
||||
"
|
||||
|
||||
PATCHES="${FILESDIR}/${PN}-3.7.0-php8.3.patch"
|
||||
PATCHES=( "${FILESDIR}/${PN}-3.7.0-php8.3.patch" )
|
||||
|
||||
PHP_EXT_ECONF_ARGS="--with-imagick=${EPREFIX}/usr"
|
||||
|
||||
|
||||
@@ -27,8 +27,10 @@ DEPEND="
|
||||
test? ( media-gfx/imagemagick:=[hdri,jpeg,png,svg,truetype,xml] )
|
||||
"
|
||||
|
||||
PATCHES="${FILESDIR}/${PN}-3.7.0-php8.3.patch
|
||||
${FILESDIR}/${PN}-3.7.0-php8.4.patch"
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-3.7.0-php8.3.patch
|
||||
"${FILESDIR}"/${PN}-3.7.0-php8.4.patch
|
||||
)
|
||||
|
||||
PHP_EXT_ECONF_ARGS="--with-imagick=${EPREFIX}/usr"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user