summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2004-09-05 20:57:19 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2004-09-05 20:57:19 +0000
commit12e7f7b4992706eea952568f6824f8c07c017066 (patch)
tree0f973847ebd187c21bb9e318f328e3c9ae7064f5 /eclass/php-ext-source.eclass
parentadd support for versionzing libs from specific directories (diff)
downloadgentoo-2-12e7f7b4992706eea952568f6824f8c07c017066.tar.gz
gentoo-2-12e7f7b4992706eea952568f6824f8c07c017066.tar.bz2
gentoo-2-12e7f7b4992706eea952568f6824f8c07c017066.zip
cleanup slightly with for cpdf/mcve USE flag dependancies.
Diffstat (limited to 'eclass/php-ext-source.eclass')
-rw-r--r--eclass/php-ext-source.eclass4
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/php-ext-source.eclass b/eclass/php-ext-source.eclass
index 1090ebc2383b..467ba71dbd02 100644
--- a/eclass/php-ext-source.eclass
+++ b/eclass/php-ext-source.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/php-ext-source.eclass,v 1.8 2004/07/06 22:24:47 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-source.eclass,v 1.9 2004/09/05 20:57:19 robbat2 Exp $
#
# Author: Tal Peer <coredumb@gentoo.org>
# Author: Stuart Herbert <stuart@gentoo.org>
@@ -36,6 +36,7 @@ RDEPEND="${RDEPEND}
virtual/php"
php-ext-source_src_compile() {
+ addpredict /usr/share/snmp/mibs/.index
#phpize creates configure out of config.m4
phpize
econf $myconf
@@ -43,6 +44,7 @@ php-ext-source_src_compile() {
}
php-ext-source_src_install() {
+ addpredict /usr/share/snmp/mibs/.index
chmod +x build/shtool
insinto $EXT_DIR
doins modules/$PHP_EXT_NAME.so