diff options
Diffstat (limited to 'dev-lang/php')
-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 |