diff options
author | Tal Peer <coredumb@gentoo.org> | 2003-08-02 19:47:05 +0000 |
---|---|---|
committer | Tal Peer <coredumb@gentoo.org> | 2003-08-02 19:47:05 +0000 |
commit | 358329f653272c5d78abc95d6da5c77d5afbffd9 (patch) | |
tree | c694869211847c0558841dbb51a375ca7280b637 /eclass/php.eclass | |
parent | Add net-www/memcached:php (diff) | |
download | historical-358329f653272c5d78abc95d6da5c77d5afbffd9.tar.gz historical-358329f653272c5d78abc95d6da5c77d5afbffd9.tar.bz2 historical-358329f653272c5d78abc95d6da5c77d5afbffd9.zip |
Fix bug #24781.
Diffstat (limited to 'eclass/php.eclass')
-rw-r--r-- | eclass/php.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/php.eclass b/eclass/php.eclass index d91eff684c2b..00068a0db60b 100644 --- a/eclass/php.eclass +++ b/eclass/php.eclass @@ -1,7 +1,7 @@ # Copyright 2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Author: Robin H. Johnson <robbat2@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/php.eclass,v 1.70 2003/08/02 18:47:22 coredumb Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php.eclass,v 1.71 2003/08/02 19:47:05 coredumb Exp $ # This EBUILD is totally masked presently. Use it at your own risk. I know it # is severely broken, but I needed to get a copy into CVS to pass around and @@ -277,6 +277,7 @@ php_src_compile() { REQUIREPNG=1 elif [ -n "`use gd`" ] ; then myconf="${myconf} --with-gd" + myconf="${myconf} `use_enable truetype gd-native-ttf`" REQUIREPNG=1 REQUIREJPG=1 else |