summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2018-03-01 13:40:02 -0500
committerBrian Evans <grknight@gentoo.org>2018-03-01 13:40:02 -0500
commit844b4e64d2fd4c996d4bf281563d4b682b3cd792 (patch)
treec67318185169b611bde9c0a8dffb7493def898b6 /dev-lang/php/php-5.6.33.ebuild
parentapp-arch/pdv: x11-libs/libXp is not really needed (diff)
downloadgentoo-844b4e64d2fd4c996d4bf281563d4b682b3cd792.tar.gz
gentoo-844b4e64d2fd4c996d4bf281563d4b682b3cd792.tar.bz2
gentoo-844b4e64d2fd4c996d4bf281563d4b682b3cd792.zip
dev-lang/php: Fix iconv reference on FreeBSD
Closes: https://bugs.gentoo.org/649232 Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-lang/php/php-5.6.33.ebuild')
-rw-r--r--dev-lang/php/php-5.6.33.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/php/php-5.6.33.ebuild b/dev-lang/php/php-5.6.33.ebuild
index 7616d76851ef..6fc74a0292a2 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)