Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 103159
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +9 lines)
Line  Link Here
0
-- /usr/portage/dev-php/PECL-apc/PECL-apc-3.0.6.ebuild 2005-08-20 09:56:26.000000000 +0100
0
++ PECL-apc-3.0.6.ebuild       2005-08-20 17:59:54.000000000 +0100
Lines 9-15 Link Here
9
inherit php-ext-pecl
9
inherit php-ext-pecl
10
IUSE=""
10
IUSE="apc-mmap"
11
DESCRIPTION="The Alternative PHP Cache"
11
DESCRIPTION="The Alternative PHP Cache"
12
SLOT="0"
12
SLOT="0"
13
LICENSE="PHP"
13
LICENSE="PHP"
Lines 19-25 Link Here
19
       !dev-php/ioncube_loaders"
19
       !dev-php/ioncube_loaders"
20
src_compile() {
20
src_compile() {
21
       myconf="--with-php-config=/usr/bin/php-config"
22
23
        if use apc-mmap; then
24
                my_conf="${my_conf} --enable-apc-mmap"
25
        fi
26
27
        php-ext-source_src_compile
21
}
28
}
22
src_install () {
29
src_install () {

Return to bug 103159