diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-05-19 23:53:32 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-05-19 23:53:32 +0000 |
commit | 0a53bf1c0b18698e2f368d73fe7781ae76ec8a3d (patch) | |
tree | 3862af5e675a86d5368c49e9903a649cb6c1db95 /dev-lang | |
parent | Updated package (diff) | |
download | historical-0a53bf1c0b18698e2f368d73fe7781ae76ec8a3d.tar.gz historical-0a53bf1c0b18698e2f368d73fe7781ae76ec8a3d.tar.bz2 historical-0a53bf1c0b18698e2f368d73fe7781ae76ec8a3d.zip |
Fixes 2801
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/php/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/php/php-4.2.1.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog index 280a1398485d..36928940914f 100644 --- a/dev-lang/php/ChangeLog +++ b/dev-lang/php/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for dev-lang/php # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.25 2002/05/19 23:04:16 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.26 2002/05/19 23:53:32 rphillips Exp $ 27 Apr 2002; Ryan Phillips <rphillips@gentoo.org> : @@ -21,6 +21,11 @@ *php-4.2.1 (17 May 2002) + 19 May 2002; Ryan Phillips <rphillips@gentoo.org> php-4.2.1.ebuild: + + Changed --with-png-dir=/usr/lib \ to + --with-png-dir=/usr \ + 17 May 2002; Roman Weber <gentoo@gonzo.ch> php-4.2.1.ebuild : New release diff --git a/dev-lang/php/php-4.2.1.ebuild b/dev-lang/php/php-4.2.1.ebuild index ab7e791b5b21..9b92f32d8e4d 100644 --- a/dev-lang/php/php-4.2.1.ebuild +++ b/dev-lang/php/php-4.2.1.ebuild @@ -3,7 +3,7 @@ # Maintainer: Tools Team <tools@gentoo.org> # Author: Achim Gottinger <achim@gentoo.org> # Update: Roman Weber <gentoo@gonzo.ch> -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-4.2.1.ebuild,v 1.1 2002/05/19 23:04:16 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-4.2.1.ebuild,v 1.2 2002/05/19 23:53:32 rphillips Exp $ S=${WORKDIR}/${P} DESCRIPTION="HTML embedded scripting language" @@ -151,7 +151,7 @@ src_compile() { --enable-safe-mode \ --enable-versioning \ --enable-track-vars \ - --with-png-dir=/usr/lib \ + --with-png-dir=/usr \ --with-jpeg-dir=/usr/lib \ --enable-inline-optimization \ --with-apxs="/usr/sbin/apxs -ltiff" \ |