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

Collapse All | Expand All

(-)old/depend.php.eclass (-5 / +5 lines)
Lines 107-118 Link Here
107
	# cache this
107
	# cache this
108
	libdir=$(get_libdir)
108
	libdir=$(get_libdir)
109
109
110
	PHPIZE="/usr/${libdir}/php5/bin/phpize"
110
	PHPIZE="${EPREFIX}/usr/${libdir}/php5/bin/phpize"
111
	PHPCONFIG="/usr/${libdir}/php5/bin/php-config"
111
	PHPCONFIG="${EPREFIX}/usr/${libdir}/php5/bin/php-config"
112
	PHPCLI="/usr/${libdir}/php5/bin/php"
112
	PHPCLI="${EPREFIX}/usr/${libdir}/php5/bin/php"
113
	PHPCGI="/usr/${libdir}/php5/bin/php-cgi"
113
	PHPCGI="${EPREFIX}/usr/${libdir}/php5/bin/php-cgi"
114
	PHP_PKG="$(best_version =dev-lang/php-5*)"
114
	PHP_PKG="$(best_version =dev-lang/php-5*)"
115
	PHPPREFIX="/usr/${libdir}/php5"
115
	PHPPREFIX="${EPREFIX}/usr/${libdir}/php5"
116
	EXT_DIR="$(${PHPCONFIG} --extension-dir 2>/dev/null)"
116
	EXT_DIR="$(${PHPCONFIG} --extension-dir 2>/dev/null)"
117
117
118
	einfo
118
	einfo

Return to bug 195765