View | Details | Raw Unified
Collapse All | Expand All

(-) mapserver-4.2.5.ebuild.orig (+6 lines)
 Lines 19-24    Link Here 
		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"
 Lines 39-44    Link Here 
        && 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 \
 Lines 46-51    Link Here 
		`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