summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorStuart Herbert <stuart@gentoo.org>2004-08-20 21:45:42 +0000
committerStuart Herbert <stuart@gentoo.org>2004-08-20 21:45:42 +0000
commit1f50fd36c67942a3c2a370f1dc1aa8dc78c9cfe2 (patch)
tree822e4807e6a33f0920bf4b9e74f12e57f716b562 /eclass
parentMarking 3.7 stable on x86. (Manifest recommit) (diff)
downloadgentoo-2-1f50fd36c67942a3c2a370f1dc1aa8dc78c9cfe2.tar.gz
gentoo-2-1f50fd36c67942a3c2a370f1dc1aa8dc78c9cfe2.tar.bz2
gentoo-2-1f50fd36c67942a3c2a370f1dc1aa8dc78c9cfe2.zip
Added warnings for jpeg et al
Diffstat (limited to 'eclass')
-rw-r--r--eclass/php5-sapi.eclass7
1 files changed, 6 insertions, 1 deletions
diff --git a/eclass/php5-sapi.eclass b/eclass/php5-sapi.eclass
index a6cc94c62db6..6437ebd683f3 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.24 2004/08/14 22:04:28 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi.eclass,v 1.25 2004/08/20 21:45:42 stuart Exp $
#
# eclass/php5-sapi.eclass
# Eclass for building different php5 SAPI instances
@@ -184,6 +184,11 @@ php5-sapi_check_awkward_uses () {
enable_extension_with "gd" "gd" 0
fi
+ confutils_use_depend_any "jpeg" "gd" "gd-external"
+ confutils_use_depend_any "png" "gd" "gd-external"
+ confutils_use_depend_any "tiff" "gd" "gd-external"
+ confutils_use_depend_any "xpm" "gd" "gd-external"
+
if useq imap ; then
enable_extension_with "imap" "imap" 1
# the IMAP-SSL arg doesn't parse 'shared,/usr/lib' right