dev-lang/php: Fix iconv reference on FreeBSD
authorBrian Evans <grknight@gentoo.org>
Thu, 1 Mar 2018 18:40:02 +0000 (13:40 -0500)
committerBrian Evans <grknight@gentoo.org>
Thu, 1 Mar 2018 18:40:02 +0000 (13:40 -0500)
Closes: https://bugs.gentoo.org/649232
Package-Manager: Portage-2.3.24, Repoman-2.3.6

dev-lang/php/php-5.6.33.ebuild
dev-lang/php/php-7.0.27.ebuild
dev-lang/php/php-7.1.13.ebuild
dev-lang/php/php-7.1.14.ebuild
dev-lang/php/php-7.2.2.ebuild

index 7616d76851ef5707f91c559b8636f68b40c7f115..6fc74a0292a2e4ff66e01e2601b6eb4a01ba5d3f 100644 (file)
@@ -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)
index bae76a7e29566235246086261e08ad22f9624430..07116183964a2f61ae1bbedef116b5f0d06974c0 100644 (file)
@@ -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)
index 8abe829690938fbb625131ade74b112db15770b8..4fc386497f87bc6cf36d3a25dba1a0c841b96a63 100644 (file)
@@ -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)
index d86a5f9bccbf45d4b1f242e9d40d4c4008fea2a1..682890dc86d0c7c79be3c5fbd3cf71aefa94f81b 100644 (file)
@@ -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)
index 7a3dc1d3e718c5fde8d44b78ca1fa1439751c618..4db4d143dae0c62f179222c91a43f6ed5779ffc4 100644 (file)
@@ -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)