|
|
tiff? ( media-libs/tiff ) | tiff? ( media-libs/tiff ) |
gdal? ( dev-libs/gdal ) | gdal? ( dev-libs/gdal ) |
postgis ( dev-db/postgis ) | postgis ( dev-db/postgis ) |
|
php? ( dev-php/php ) |
" | " |
RDEPEND="net-www/apache" | RDEPEND="net-www/apache" |
| |
|
|
&& myconf="${myconf} --with-postgis=/usr/bin/pg_config" \ | && myconf="${myconf} --with-postgis=/usr/bin/pg_config" \ |
|| myconf="${myconf} --without-postgis" | || myconf="${myconf} --without-postgis" |
| |
|
use php \ |
|
&& myconf="${myconf} --with-php=/usr/include/php" \ |
|
|| myconf="${myconf} --without-php" |
|
|
econf \ | econf \ |
--host=${CHOST} \ | --host=${CHOST} \ |
--prefix=/usr \ | --prefix=/usr \ |
|
|
`use_with threads` \ | `use_with threads` \ |
`use_with pdf` \ | `use_with pdf` \ |
`use_with proj` \ | `use_with proj` \ |
|
`use_with php` \ |
--infodir=/usr/share/info \ | --infodir=/usr/share/info \ |
--mandir=/usr/share/man ${myconf} || die "./configure failed" | --mandir=/usr/share/man ${myconf} || die "./configure failed" |
emake || die | emake || die |