diff options
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 |