diff options
author | 2007-08-20 21:30:56 +0000 | |
---|---|---|
committer | 2007-08-20 21:30:56 +0000 | |
commit | 46812201c873f6715ff096dc015841ecb341c186 (patch) | |
tree | 383677ed677c6bdc96f79117d8b7bb677c3e30ae | |
parent | Stable on x86 wrt security bug #189172 (diff) | |
download | historical-46812201c873f6715ff096dc015841ecb341c186.tar.gz historical-46812201c873f6715ff096dc015841ecb341c186.tar.bz2 historical-46812201c873f6715ff096dc015841ecb341c186.zip |
Fix xpm dir for bug #165633
-rw-r--r-- | eclass/php5_2-sapi.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php5_2-sapi.eclass b/eclass/php5_2-sapi.eclass index b1897d223318..5f40e42dd9b4 100644 --- a/eclass/php5_2-sapi.eclass +++ b/eclass/php5_2-sapi.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php5_2-sapi.eclass,v 1.8 2007/05/19 00:12:17 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5_2-sapi.eclass,v 1.9 2007/08/20 21:30:56 jokey Exp $ # ======================================================================== # @@ -488,7 +488,7 @@ php5_2-sapi_src_compile() { phpconfutils_extension_enable "gd-jis-conv" "cjk" 0 phpconfutils_extension_with "jpeg-dir" "gd" 0 "/usr" phpconfutils_extension_with "png-dir" "gd" 0 "/usr" - phpconfutils_extension_with "xpm-dir" "xpm" 0 "/usr/X11R6" + phpconfutils_extension_with "xpm-dir" "xpm" 0 "/usr" # enable gd last, so configure can pick up the previous settings phpconfutils_extension_with "gd" "gd" 0 fi |