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

Collapse All | Expand All

(-)apache-2.0.52-r2.ebuild.org (+6 lines)
Lines 61-66 Link Here
61
	EPATCH_SUFFIX="patch"
61
	EPATCH_SUFFIX="patch"
62
	epatch ${APACHE_PATCHDIR} || die
62
	epatch ${APACHE_PATCHDIR} || die
63
63
64
	# do not write into existing directories
65
	if [ -d ${DATADIR}/htdocs ]; then einfo "Disabling install of htdocs." && sed -i 's/install-htdocs\ //' Makefile.in; fi
66
	if [ -d ${DATADIR}/error ]; then einfo "Disabling install of error messages." && sed -i 's/install-error\ //' Makefile.in; fi
67
	if [ -d ${DATADIR}/icons ]; then einfo "Disabling install of icons." && sed -i 's/install-icons\ //' Makefile.in; fi
68
	if [ -d ${DATADIR}/cgi-bin ]; then einfo "Disabling install of cgi-scripts." && sed -i 's/install-cgi\ //' Makefile.in; fi
69
64
	if use berkdb; then
70
	if use berkdb; then
65
		einfo "Enabling berkdb."
71
		einfo "Enabling berkdb."
66
		if has_version '=sys-libs/db-4*'; then
72
		if has_version '=sys-libs/db-4*'; then

Return to bug 55803