mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08: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:
parent
8de246b2f9
commit
f6b5b830b0
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user