commit:     4fbc459ab212e48ec010b22ce0601e72821bacf0
Author:     Rafael Palomar <rafael.palomar <AT> rr-research <DOT> no>
AuthorDate: Fri Apr  3 19:27:04 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr  5 19:47:16 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fbc459a

sci-libs/vtk: Fix wrong installation path for libQVTKWidgetPlugin.so

This fixes the wrong installation path of libQVTKWidgetPlugin.so. From
/usr/usr/... --> /usr/...

Closes: https://bugs.gentoo.org/646422
Signed-off-by: Rafael Palomar Ávalos <rafael.palomar <AT> rr-research.no>
Closes: https://github.com/gentoo/gentoo/pull/15218
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 sci-libs/vtk/vtk-8.1.0-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/vtk/vtk-8.1.0-r5.ebuild b/sci-libs/vtk/vtk-8.1.0-r5.ebuild
index 18c95fceeae..f1fe50fd32e 100644
--- a/sci-libs/vtk/vtk-8.1.0-r5.ebuild
+++ b/sci-libs/vtk/vtk-8.1.0-r5.ebuild
@@ -255,7 +255,7 @@ src_configure() {
                        -DVTK_USE_QVTK_QTOPENGL=ON
                        -DQT_WRAP_CPP=ON
                        -DQT_WRAP_UI=ON
-                       
-DVTK_INSTALL_QT_DIR="$(qt5_get_libdir)/qt5/plugins/designer"
+                       -DVTK_INSTALL_QT_DIR="$(basename 
$(qt5_get_libdir))/qt5/plugins/designer"
                        -DDESIRED_QT_VERSION=5
                        -DVTK_QT_VERSION=5
                        -DQT_MOC_EXECUTABLE="$(qt5_get_bindir)/moc"

Reply via email to