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

Collapse All | Expand All

(-)dev-php/mod_php/mod_php-4.3.0-r2.ebuild (-1 / +3 lines)
Lines 47-53 Link Here
47
	libwww? ( >=net-libs/libwww-5.3.2 )
47
	libwww? ( >=net-libs/libwww-5.3.2 )
48
	firebird? ( >=dev-db/firebird-1.0 )
48
	firebird? ( >=dev-db/firebird-1.0 )
49
	pdflib? ( >=media-libs/pdflib-4.0.1-r2 )
49
	pdflib? ( >=media-libs/pdflib-4.0.1-r2 )
50
	postgres? ( >=dev-db/postgresql-7.1 )"
50
	postgres? ( >=dev-db/postgresql-7.1 )
51
	dev-libs/libmcal"
51
	#java? ( virtual/jdk )
52
	#java? ( virtual/jdk )
52
# Only needed by CGI-Version
53
# Only needed by CGI-Version
53
#	readline? ( >=sys-libs/ncurses-5.1
54
#	readline? ( >=sys-libs/ncurses-5.1
Lines 120-125 Link Here
120
	use pdflib && myconf="${myconf} --with-pdflib=/usr"
121
	use pdflib && myconf="${myconf} --with-pdflib=/usr"
121
	use jpeg && myconf="${myconf} --with-jpeg-dir=/usr/lib"
122
	use jpeg && myconf="${myconf} --with-jpeg-dir=/usr/lib"
122
	use tiff && myconf="${myconf} --with-tiff-dir=/usr"
123
	use tiff && myconf="${myconf} --with-tiff-dir=/usr"
124
	myconf="${myconf} --with-mcal=/usr"
123
125
124
	if [ "`use png`" ] ; then
126
	if [ "`use png`" ] ; then
125
		myconf="${myconf} --with-png-dir=/usr/lib"
127
		myconf="${myconf} --with-png-dir=/usr/lib"

Return to bug 8987