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

Collapse All | Expand All

(-)php-5.2.13.ebuild (-1 / +2 lines)
Lines 30-36 Link Here
30
# bugs about this go to wrobel@gentoo.org
30
# bugs about this go to wrobel@gentoo.org
31
KOLAB_PATCH="${MY_PHP_PV}/opt/kolab-imap-annotations.patch"
31
KOLAB_PATCH="${MY_PHP_PV}/opt/kolab-imap-annotations.patch"
32
32
33
inherit versionator php5_2-sapi apache-module
33
inherit versionator php5_2-sapi apache-module prefix
34
34
35
# Suhosin patch support
35
# Suhosin patch support
36
[[ -n "${SUHOSIN_PATCH}" ]] && SRC_URI="${SRC_URI} suhosin? (
36
[[ -n "${SUHOSIN_PATCH}" ]] && SRC_URI="${SRC_URI} suhosin? (
Lines 463-468 Link Here
463
463
464
	# Install env.d files
464
	# Install env.d files
465
	newenvd "${FILESDIR}/20php5-envd" "20php5"
465
	newenvd "${FILESDIR}/20php5-envd" "20php5"
466
	eprefixify "{ED}/etc/env.d/20php5"
466
	sed -e "s|/lib/|/$(get_libdir)/|g" -i "${ED}/etc/env.d/20php5"
467
	sed -e "s|/lib/|/$(get_libdir)/|g" -i "${ED}/etc/env.d/20php5"
467
}
468
}
468
469

Return to bug 338684