summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Ullmann <jokey@gentoo.org>2007-08-20 21:30:56 +0000
committerMarkus Ullmann <jokey@gentoo.org>2007-08-20 21:30:56 +0000
commit24fb28e3175e53273045735f133e2b4931539b92 (patch)
tree282264ba1e05b1a9dea3eb9414ef5ce6764a1516 /eclass/php5_2-sapi.eclass
parentStable on x86 wrt security bug #189172 (diff)
downloadgentoo-2-24fb28e3175e53273045735f133e2b4931539b92.tar.gz
gentoo-2-24fb28e3175e53273045735f133e2b4931539b92.tar.bz2
gentoo-2-24fb28e3175e53273045735f133e2b4931539b92.zip
Fix xpm dir for bug #165633
Diffstat (limited to 'eclass/php5_2-sapi.eclass')
-rw-r--r--eclass/php5_2-sapi.eclass4
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