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/php/php-4.3.0-r2.ebuild (-1 / +2 lines)
Lines 46-52 Link Here
46
	pdflib? ( >=media-libs/pdflib-4.0.1-r2 )
46
	pdflib? ( >=media-libs/pdflib-4.0.1-r2 )
47
	postgres? ( >=dev-db/postgresql-7.1 )
47
	postgres? ( >=dev-db/postgresql-7.1 )
48
	readline? ( >=sys-libs/ncurses-5.1
48
	readline? ( >=sys-libs/ncurses-5.1
49
	>=sys-libs/readline-4.1 )"
49
	>=sys-libs/readline-4.1 ) dev-libs/libmcal"
50
50
51
#Removed
51
#Removed
52
#java? ( virtual/jdk )
52
#java? ( virtual/jdk )
Lines 111-116 Link Here
111
	use pdflib && myconf="${myconf} --enable-pdflib=/usr"
111
	use pdflib && myconf="${myconf} --enable-pdflib=/usr"
112
	use jpeg && myconf="${myconf} --with-jpeg-dir=/usr/lib"
112
	use jpeg && myconf="${myconf} --with-jpeg-dir=/usr/lib"
113
	use tiff && myconf="${myconf} --with-tiff-dir=/usr"
113
	use tiff && myconf="${myconf} --with-tiff-dir=/usr"
114
	myconf="${myconf} --with-mcal=/usr"
114
115
115
	# optional support for oracle oci8 
116
	# optional support for oracle oci8 
116
	if [ "`use oci8`" ] ; then 
117
	if [ "`use oci8`" ] ; then 

Return to bug 8987