Lines 19-24
Link Here
|
19 |
tiff? ( media-libs/tiff ) |
19 |
tiff? ( media-libs/tiff ) |
20 |
gdal? ( dev-libs/gdal ) |
20 |
gdal? ( dev-libs/gdal ) |
21 |
postgis ( dev-db/postgis ) |
21 |
postgis ( dev-db/postgis ) |
|
|
22 |
php? ( dev-php/php ) |
22 |
" |
23 |
" |
23 |
RDEPEND="net-www/apache" |
24 |
RDEPEND="net-www/apache" |
24 |
|
25 |
|
Lines 39-44
Link Here
|
39 |
&& myconf="${myconf} --with-postgis=/usr/bin/pg_config" \ |
40 |
&& myconf="${myconf} --with-postgis=/usr/bin/pg_config" \ |
40 |
|| myconf="${myconf} --without-postgis" |
41 |
|| myconf="${myconf} --without-postgis" |
41 |
|
42 |
|
|
|
43 |
use php \ |
44 |
&& myconf="${myconf} --with-php=/usr/include/php" \ |
45 |
|| myconf="${myconf} --without-php" |
46 |
|
42 |
econf \ |
47 |
econf \ |
43 |
--host=${CHOST} \ |
48 |
--host=${CHOST} \ |
44 |
--prefix=/usr \ |
49 |
--prefix=/usr \ |
Lines 46-51
Link Here
|
46 |
`use_with threads` \ |
51 |
`use_with threads` \ |
47 |
`use_with pdf` \ |
52 |
`use_with pdf` \ |
48 |
`use_with proj` \ |
53 |
`use_with proj` \ |
|
|
54 |
`use_with php` \ |
49 |
--infodir=/usr/share/info \ |
55 |
--infodir=/usr/share/info \ |
50 |
--mandir=/usr/share/man ${myconf} || die "./configure failed" |
56 |
--mandir=/usr/share/man ${myconf} || die "./configure failed" |
51 |
emake || die |
57 |
emake || die |