diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-10-04 06:36:19 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-10-04 06:36:19 +0000 |
commit | e47aa2aafcaa20050caa4a6fd99e8b71189c9f3f (patch) | |
tree | ed4aad39e94d2ff0d655ba1e6f8dffeab9a51228 | |
parent | Drop old versions. (diff) | |
download | historical-e47aa2aafcaa20050caa4a6fd99e8b71189c9f3f.tar.gz historical-e47aa2aafcaa20050caa4a6fd99e8b71189c9f3f.tar.bz2 historical-e47aa2aafcaa20050caa4a6fd99e8b71189c9f3f.zip |
Bug #60560.
-rw-r--r-- | eclass/php5-sapi.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php5-sapi.eclass b/eclass/php5-sapi.eclass index dedd092e9022..f53121fed11c 100644 --- a/eclass/php5-sapi.eclass +++ b/eclass/php5-sapi.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi.eclass,v 1.29 2004/09/22 18:35:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi.eclass,v 1.30 2004/10/04 06:36:19 robbat2 Exp $ # # eclass/php5-sapi.eclass # Eclass for building different php5 SAPI instances @@ -180,7 +180,7 @@ php5-sapi_check_awkward_uses () { enable_extension_enable "gd-native-ttf" "truetype" 0 enable_extension_with "png-dir" "png" 0 "/usr" enable_extension_with "tiff-dir" "tiff" 0 "/usr" - enable_extension_with "xpm-dir" "xpm" 0 "/usr/X11R6/lib" + enable_extension_with "xpm-dir" "xpm" 0 "/usr/X11R6" # enable gd last, so configure can pick up the previous settings enable_extension_with "gd" "gd" 0 fi |