diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2012-09-11 19:36:50 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2012-09-11 19:36:50 +0000 |
commit | 961ed7fb87762da8ed2c820bd82b07cb6e3573ab (patch) | |
tree | 316dcfa3b2fc5ffa75fc9b6090c7e06436d59eed /dev-lang | |
parent | gnome-extra/zeitgeist-datahub: Version Bump, #434610 (diff) | |
download | historical-961ed7fb87762da8ed2c820bd82b07cb6e3573ab.tar.gz historical-961ed7fb87762da8ed2c820bd82b07cb6e3573ab.tar.bz2 historical-961ed7fb87762da8ed2c820bd82b07cb6e3573ab.zip |
Fix for #419519
Package-Manager: portage-2.1.11.9/cvs/Linux x86_64
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/php/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/php/files/eblits/src_configure-v54.eblit | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog index d51369ca99a4..b5099db38f01 100644 --- a/dev-lang/php/ChangeLog +++ b/dev-lang/php/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/php # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.632 2012/09/11 01:38:31 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.633 2012/09/11 19:36:50 olemarkus Exp $ + + 11 Sep 2012; Ole Markus With <olemarkus@gentoo.org> + files/eblits/src_configure-v54.eblit: + Fix for #419519 11 Sep 2012; Christoph Junghans <ottxor@gentoo.org> files/eblits/common-v2.eblit, files/eblits/src_configure-v54.eblit, diff --git a/dev-lang/php/files/eblits/src_configure-v54.eblit b/dev-lang/php/files/eblits/src_configure-v54.eblit index 38013ffb4975..c8d932fad43b 100644 --- a/dev-lang/php/files/eblits/src_configure-v54.eblit +++ b/dev-lang/php/files/eblits/src_configure-v54.eblit @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_configure-v54.eblit,v 1.5 2012/09/11 01:38:31 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_configure-v54.eblit,v 1.6 2012/09/11 19:36:50 olemarkus Exp $ eblit-php-src_configure() { addpredict /usr/share/snmp/mibs/.index @@ -105,7 +105,7 @@ eblit-php-src_configure() { $(use_with xpm xpm-dir ${EPREFIX}/usr)" # enable gd last, so configure can pick up the previous settings my_conf+=" - $(use_with gd gd ${EPREFIX}/usr)" + $(use_with gd gd)" # IMAP support if use imap ; then |