summaryrefslogtreecommitdiff
path: root/dev-lang/php/php-7.2.5.ebuild
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2018-05-04 17:03:32 -0400
committerBrian Evans <grknight@gentoo.org>2018-05-04 17:03:32 -0400
commit71ef0a9d7feaa6bc13c22a33267a1bd496d98e8d (patch)
treebefa7cf0d0741a8c0e581581c703b74e16f93fc2 /dev-lang/php/php-7.2.5.ebuild
parentbff79e3a7839d4af58b3f9cab048bfe33699e532 (diff)
downloadgentoo-71ef0a9d7feaa6bc13c22a33267a1bd496d98e8d.tar.gz
gentoo-71ef0a9d7feaa6bc13c22a33267a1bd496d98e8d.tar.bz2
gentoo-71ef0a9d7feaa6bc13c22a33267a1bd496d98e8d.zip
dev-lang/php: Fix building with freetype 2.9.1 by using pkgconfig
Closes: https://bugs.gentoo.org/654794 Package-Manager: Portage-2.3.36, Repoman-2.3.9
Diffstat (limited to 'dev-lang/php/php-7.2.5.ebuild')
-rw-r--r--dev-lang/php/php-7.2.5.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-lang/php/php-7.2.5.ebuild b/dev-lang/php/php-7.2.5.ebuild
index 558d91754f32..f781eb4d8033 100644
--- a/dev-lang/php/php-7.2.5.ebuild
+++ b/dev-lang/php/php-7.2.5.ebuild
@@ -153,6 +153,7 @@ PATCHES=(
# hopefully upstream will include the same version check fixes in upcoming releases
# patch added 20180429
"${FILESDIR}/libressl-compatibility.patch"
+ "${FILESDIR}/php-freetype-2.9.1.patch"
)
PHP_MV="$(get_major_version)"