Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 516242
Collapse All | Expand All

(-)apache-tools-2.2.27.ebuild (-1 / +4 lines)
Lines 3-9 Link Here
3
# $Header: /var/cvsroot/gentoo-x86/app-admin/apache-tools/apache-tools-2.2.27.ebuild,v 1.11 2014/05/22 14:01:25 polynomial-c Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-admin/apache-tools/apache-tools-2.2.27.ebuild,v 1.11 2014/05/22 14:01:25 polynomial-c Exp $
4
4
5
EAPI="4"
5
EAPI="4"
6
inherit flag-o-matic eutils
6
inherit flag-o-matic eutils multilib
7
7
8
DESCRIPTION="Useful Apache tools - htdigest, htpasswd, ab, htdbm"
8
DESCRIPTION="Useful Apache tools - htdigest, htpasswd, ab, htdbm"
9
HOMEPAGE="http://httpd.apache.org/"
9
HOMEPAGE="http://httpd.apache.org/"
Lines 32-37 Link Here
32
	#		- fix up the `make install' for support/
32
	#		- fix up the `make install' for support/
33
	#		- remove envvars from `make install'
33
	#		- remove envvars from `make install'
34
	epatch "${FILESDIR}"/${PN}-2.2.20-Makefile.patch
34
	epatch "${FILESDIR}"/${PN}-2.2.20-Makefile.patch
35
36
	sed -i -e "s:\$ap_ssltk_base/lib:\$ap_ssltk_base/$(get_libdir):g" \
37
		./configure || die
35
}
38
}
36
39
37
src_configure() {
40
src_configure() {

Return to bug 516242