diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2001-12-07 19:18:17 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2001-12-07 19:18:17 +0000 |
commit | 4f5798ad6a55cf5a1b7684a0df101a0742f9a021 (patch) | |
tree | cb0a30919af4c01b21458bcc3d35754230b3efdb /dev-lang | |
parent | reapplied g2boojum's echo fix. This new version sets the perms on /usr/lib/m... (diff) | |
download | gentoo-2-4f5798ad6a55cf5a1b7684a0df101a0742f9a021.tar.gz gentoo-2-4f5798ad6a55cf5a1b7684a0df101a0742f9a021.tar.bz2 gentoo-2-4f5798ad6a55cf5a1b7684a0df101a0742f9a021.zip |
digests and a new glibc to fix a pt_chown problem
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/php/files/digest-php-4.0.6-r700 | 1 | ||||
-rw-r--r-- | dev-lang/php/php-4.0.6-r3.ebuild | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/dev-lang/php/files/digest-php-4.0.6-r700 b/dev-lang/php/files/digest-php-4.0.6-r700 new file mode 100644 index 000000000000..ba2eb04eb655 --- /dev/null +++ b/dev-lang/php/files/digest-php-4.0.6-r700 @@ -0,0 +1 @@ +MD5 5f698521cf2b392cf9bfa87fc1a0fe90 php-4.0.6.tar.gz 3158016 diff --git a/dev-lang/php/php-4.0.6-r3.ebuild b/dev-lang/php/php-4.0.6-r3.ebuild index bde08c5a5555..20eac496b1d4 100644 --- a/dev-lang/php/php-4.0.6-r3.ebuild +++ b/dev-lang/php/php-4.0.6-r3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-4.0.6-r3.ebuild,v 1.2 2001/11/29 08:31:36 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-4.0.6-r3.ebuild,v 1.3 2001/12/07 19:18:16 drobbins Exp $ A=${PN}-4.0.6.tar.gz S=${WORKDIR}/${PN}-4.0.6 @@ -92,9 +92,9 @@ src_compile() { if [ "`use qt`" ] ; then myconf="$myconf --with-qtdom" fi -# if [ "`use imap`" ] ; then + if [ "`use imap`" ] ; then myconf="$myconf --with-imap" -# fi + fi if [ "`use libwww`" ] ; then myconf="$myconf --with-xml" else |