commit: 844b4e64d2fd4c996d4bf281563d4b682b3cd792 Author: Brian Evans <grknight <AT> gentoo <DOT> org> AuthorDate: Thu Mar 1 18:40:02 2018 +0000 Commit: Brian Evans <grknight <AT> gentoo <DOT> org> CommitDate: Thu Mar 1 18:40:02 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=844b4e64
dev-lang/php: Fix iconv reference on FreeBSD Closes: https://bugs.gentoo.org/649232 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-lang/php/php-5.6.33.ebuild | 2 +- dev-lang/php/php-7.0.27.ebuild | 2 +- dev-lang/php/php-7.1.13.ebuild | 2 +- dev-lang/php/php-7.1.14.ebuild | 2 +- dev-lang/php/php-7.2.2.ebuild | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-lang/php/php-5.6.33.ebuild b/dev-lang/php/php-5.6.33.ebuild index 7616d76851e..6fc74a0292a 100644 --- a/dev-lang/php/php-5.6.33.ebuild +++ b/dev-lang/php/php-5.6.33.ebuild @@ -308,7 +308,7 @@ src_configure() { $(use_enable hash hash) $(use_with mhash mhash "${EPREFIX}/usr") $(use_with iconv iconv \ - $(use elibc_glibc || use elibc_musl || echo "${EPREFIX}/usr")) + $(use elibc_glibc || use elibc_musl || use elibc_FreeBSD || echo "${EPREFIX}/usr")) $(use_enable intl intl) $(use_enable ipv6 ipv6) $(use_enable json json) diff --git a/dev-lang/php/php-7.0.27.ebuild b/dev-lang/php/php-7.0.27.ebuild index bae76a7e295..07116183964 100644 --- a/dev-lang/php/php-7.0.27.ebuild +++ b/dev-lang/php/php-7.0.27.ebuild @@ -273,7 +273,7 @@ src_configure() { $(use_enable hash hash) $(use_with mhash mhash "${EPREFIX}/usr") $(use_with iconv iconv \ - $(use elibc_glibc || use elibc_musl || echo "${EPREFIX}/usr")) + $(use elibc_glibc || use elibc_musl || use elibc_FreeBSD || echo "${EPREFIX}/usr")) $(use_enable intl intl) $(use_enable ipv6 ipv6) $(use_enable json json) diff --git a/dev-lang/php/php-7.1.13.ebuild b/dev-lang/php/php-7.1.13.ebuild index 8abe8296909..4fc386497f8 100644 --- a/dev-lang/php/php-7.1.13.ebuild +++ b/dev-lang/php/php-7.1.13.ebuild @@ -255,7 +255,7 @@ src_configure() { $(use_enable hash hash) $(use_with mhash mhash "${EPREFIX}/usr") $(use_with iconv iconv \ - $(use elibc_glibc || use elibc_musl || echo "${EPREFIX}/usr")) + $(use elibc_glibc || use elibc_musl || use elibc_FreeBSD || echo "${EPREFIX}/usr")) $(use_enable intl intl) $(use_enable ipv6 ipv6) $(use_enable json json) diff --git a/dev-lang/php/php-7.1.14.ebuild b/dev-lang/php/php-7.1.14.ebuild index d86a5f9bccb..682890dc86d 100644 --- a/dev-lang/php/php-7.1.14.ebuild +++ b/dev-lang/php/php-7.1.14.ebuild @@ -255,7 +255,7 @@ src_configure() { $(use_enable hash hash) $(use_with mhash mhash "${EPREFIX}/usr") $(use_with iconv iconv \ - $(use elibc_glibc || use elibc_musl || echo "${EPREFIX}/usr")) + $(use elibc_glibc || use elibc_musl || use elibc_FreeBSD || echo "${EPREFIX}/usr")) $(use_enable intl intl) $(use_enable ipv6 ipv6) $(use_enable json json) diff --git a/dev-lang/php/php-7.2.2.ebuild b/dev-lang/php/php-7.2.2.ebuild index 7a3dc1d3e71..4db4d143dae 100644 --- a/dev-lang/php/php-7.2.2.ebuild +++ b/dev-lang/php/php-7.2.2.ebuild @@ -261,7 +261,7 @@ src_configure() { $(use_enable hash hash) $(use_with mhash mhash "${EPREFIX}/usr") $(use_with iconv iconv \ - $(use elibc_glibc || use elibc_musl || echo "${EPREFIX}/usr")) + $(use elibc_glibc || use elibc_musl || use elibc_FreeBSD || echo "${EPREFIX}/usr")) $(use_enable intl intl) $(use_enable ipv6 ipv6) $(use_enable json json)
