mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 11:18:09 -07:00
dev-db/postgis: Fix topology useflag handling
Build system is properly fixed, workaround was incomplete anyway. Signed-off-by: Patrick Lauer <patrick@gentoo.org>
This commit is contained in:
@@ -93,7 +93,6 @@ src_configure() {
|
||||
|
||||
src_compile() {
|
||||
postgres-multi_foreach emake
|
||||
postgres-multi_foreach emake -C topology
|
||||
|
||||
if use doc ; then
|
||||
postgres-multi_foreach emake comments
|
||||
@@ -104,7 +103,6 @@ src_compile() {
|
||||
|
||||
src_install() {
|
||||
postgres-multi_foreach emake DESTDIR="${D}" install
|
||||
postgres-multi_foreach emake -C topology DESTDIR="${D}" install
|
||||
postgres-multi_forbest dobin ./utils/postgis_restore.pl
|
||||
|
||||
dodoc CREDITS TODO loader/README.* doc/*txt
|
||||
Reference in New Issue
Block a user