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

Collapse All | Expand All

(-)a/dev-lang/php/php-5.6.9.ebuild (-6 / +2 lines)
Lines 439-449 src_configure() { Link Here
439
	fi
439
	fi
440
440
441
	# Interbase/firebird support
441
	# Interbase/firebird support
442
442
	my_conf+="
443
	if use firebird ; then
443
	$(use_with firebird interbase ${EPREFIX}/usr)"
444
		my_conf+="
445
		$(use_with firebird interbase ${EPREFIX}/usr)"
446
	fi
447
444
448
	# LDAP support
445
	# LDAP support
449
	if use ldap ; then
446
	if use ldap ; then
450
- 

Return to bug 551526