Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 185899 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/eclass/php5_1-sapi.eclass (-1 / +5 lines)
Lines 413-419 Link Here
413
	phpconfutils_extension_without	"iconv"			"iconv"			0
413
	phpconfutils_extension_without	"iconv"			"iconv"			0
414
	phpconfutils_extension_with		"informix"		"informix"		1
414
	phpconfutils_extension_with		"informix"		"informix"		1
415
	phpconfutils_extension_disable	"ipv6"			"ipv6"			0
415
	phpconfutils_extension_disable	"ipv6"			"ipv6"			0
416
	phpconfutils_extension_with		"kerberos"		"kerberos"		0 "/usr"
416
	if has_version "app-crypt/heimdal" ; then
417
	    phpconfutils_extension_with		"kerberos"		"kerberos"		0 "/usr/heimdal"
418
	else
419
	    phpconfutils_extension_with		"kerberos"		"kerberos"		0 "/usr"
420
	fi
417
	phpconfutils_extension_disable	"libxml"		"xml"			0
421
	phpconfutils_extension_disable	"libxml"		"xml"			0
418
	phpconfutils_extension_enable	"mbstring"		"unicode"		1
422
	phpconfutils_extension_enable	"mbstring"		"unicode"		1
419
	phpconfutils_extension_with		"mcrypt"		"crypt"			1
423
	phpconfutils_extension_with		"mcrypt"		"crypt"			1

Return to bug 185899