--- php-4.1.1.ebuild Thu Jan 3 16:50:25 2002 +++ /root/php-4.1.1.ebuild Tue Jan 15 15:31:27 2002 @@ -17,6 +17,8 @@ >=media-libs/libpng-1.0.7 >=media-libs/libgd-1.8.3 >=media-libs/t1lib-1.0.1 + >=app-crypt/mhash-0.8 + >=app-crypt/libmcrypt-2.4 >=net-www/apache-1.3 pam? ( >=sys-libs/pam-0.75 ) readline? ( >=sys-libs/ncurses-5.1 >=sys-libs/readline-4.1 ) @@ -42,6 +44,8 @@ >=media-libs/jpeg-6b >=media-libs/libpng-1.0.7 >=media-libs/t1lib-1.0.1 + >=app-crypt/mhash-0.8 + >=app-crypt/libmcrypt-2.4 >=net-www/apache-1.3 pam? ( >=sys-libs/pam-0.75 ) gdbm? ( >=sys-libs/gdbm-1.8.0 ) @@ -66,7 +70,7 @@ # myconf="--with-readline" #fi # also, t1lib support seems to be broken: gcc: /usr/lib/.libs/libt1.so: No such file or directory - myconf="--without-readline --without-t1lib" + myconf="--with-mhash --with-mcrypt --without-readline --without-t1lib" if [ "`use pam`" ] ; then myconf="$myconf --with-pam" fi