Index: files/eblits/src_configure-v2.eblit =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_configure-v2.eblit,v retrieving revision 1.5 diff -u -r1.5 src_configure-v2.eblit --- files/eblits/src_configure-v2.eblit 5 Jan 2011 11:23:16 -0000 1.5 +++ files/eblits/src_configure-v2.eblit 29 Nov 2011 09:44:43 -0000 @@ -222,6 +222,13 @@ phpconfutils_extension_without "sqlite" "sqlite" 0 fi + # Gentoo/FreeBSD Support + if use elibc_FreeBSD ; then + if use iconv ; then + phpconfutils_extension_with "iconv" "iconv" 0 "/usr" + fi + fi + if use pic ; then my_conf="${my_conf} --with-pic" fi Index: files/eblits/src_configure-v521.eblit =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_configure-v521.eblit,v retrieving revision 1.1 diff -u -r1.1 src_configure-v521.eblit --- files/eblits/src_configure-v521.eblit 8 Oct 2010 18:25:10 -0000 1.1 +++ files/eblits/src_configure-v521.eblit 29 Nov 2011 09:44:43 -0000 @@ -1,4 +1,4 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_configure-v521.eblit,v 1.1 2010/10/08 18:25:10 olemarkus Exp $ @@ -206,6 +206,13 @@ phpconfutils_extension_without "sqlite" "sqlite" 0 fi + # Gentoo/FreeBSD Support + if use elibc_FreeBSD ; then + if use iconv ; then + phpconfutils_extension_with "iconv" "iconv" 0 "/usr" + fi + fi + if use pic ; then my_conf="${my_conf} --with-pic" fi