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

Collapse All | Expand All

(-)phpldapadmin-1.2.3.ebuild.old (+1 lines)
Lines 23-28 Link Here
23
src_prepare() {
23
src_prepare() {
24
	mv config/config.php.example config/config.php
24
	mv config/config.php.example config/config.php
25
	epatch "${FILESDIR}/${PN}-1.2.1.1-fix-magic-quotes.patch"
25
	epatch "${FILESDIR}/${PN}-1.2.1.1-fix-magic-quotes.patch"
26
	epatch "${FILESDIR}/${P}-php5-fix.patch"
26
	# http://phpldapadmin.git.sourceforge.net/git/gitweb.cgi?p=phpldapadmin/phpldapadmin;a=commit;h=7dc8d57d6952fe681cb9e8818df7f103220457bd
27
	# http://phpldapadmin.git.sourceforge.net/git/gitweb.cgi?p=phpldapadmin/phpldapadmin;a=commit;h=7dc8d57d6952fe681cb9e8818df7f103220457bd
27
}
28
}
28
29

Return to bug 482340