app-office/libreoffice: Use $(get_libdir) instead of hardcoded
authorAndreas Sturmlechner <asturm@gentoo.org>
Wed, 13 Dec 2017 21:56:31 +0000 (22:56 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Wed, 13 Dec 2017 23:18:41 +0000 (00:18 +0100)
Package-Manager: Portage-2.3.18, Repoman-2.3.6

app-office/libreoffice/libreoffice-5.4.9999.ebuild
app-office/libreoffice/libreoffice-6.0.9999.ebuild
app-office/libreoffice/libreoffice-9999.ebuild

index 542f04bac5459d0e862025932fc6132f19ece1c4..f9f51d5951b9e8c6b2a7a0ab4aa0184c507b13ac 100644 (file)
@@ -475,7 +475,7 @@ src_configure() {
                        --without-system-hsqldb
                        --with-ant-home="${ANT_HOME}"
                        --with-jdk-home=$(java-config --jdk-home 2>/dev/null)
-                       --with-jvm-path="${EPREFIX}/usr/lib/"
+                       --with-jvm-path="${EPREFIX}/usr/$(get_libdir)/"
                )
 
                use libreoffice_extensions_scripting-beanshell && \
index 6422eb9c9f8c2dcaa97933cd509063b946988988..46cbbf6aec290d9d5dc8657368d6eae027f38222 100644 (file)
@@ -476,7 +476,7 @@ src_configure() {
                        --without-system-hsqldb
                        --with-ant-home="${ANT_HOME}"
                        --with-jdk-home=$(java-config --jdk-home 2>/dev/null)
-                       --with-jvm-path="${EPREFIX}/usr/lib/"
+                       --with-jvm-path="${EPREFIX}/usr/$(get_libdir)/"
                )
 
                use libreoffice_extensions_scripting-beanshell && \
index 6422eb9c9f8c2dcaa97933cd509063b946988988..46cbbf6aec290d9d5dc8657368d6eae027f38222 100644 (file)
@@ -476,7 +476,7 @@ src_configure() {
                        --without-system-hsqldb
                        --with-ant-home="${ANT_HOME}"
                        --with-jdk-home=$(java-config --jdk-home 2>/dev/null)
-                       --with-jvm-path="${EPREFIX}/usr/lib/"
+                       --with-jvm-path="${EPREFIX}/usr/$(get_libdir)/"
                )
 
                use libreoffice_extensions_scripting-beanshell && \