From eb3352cc907edfa9afd97df8de18f464fa67219a Mon Sep 17 00:00:00 2001 From: Sergei Reznikov Date: Sat, 14 Jul 2018 18:57:34 +0300 Subject: [PATCH] LibreOffice: fix boost-libdir path on x86_gcc2 --- app-office/libreoffice/libreoffice-6.2.0.0~git.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-office/libreoffice/libreoffice-6.2.0.0~git.recipe b/app-office/libreoffice/libreoffice-6.2.0.0~git.recipe index 33e769291..24a4f0c09 100644 --- a/app-office/libreoffice/libreoffice-6.2.0.0~git.recipe +++ b/app-office/libreoffice/libreoffice-6.2.0.0~git.recipe @@ -242,7 +242,7 @@ BUILD() --with-galleries=no \ --with-vendor="HaikuPorts" \ --with-system-boost \ - --with-boost-libdir="`finddir B_SYSTEM_LIB_DIRECTORY`" \ + --with-boost-libdir=`finddir B_SYSTEM_DIRECTORY`/$relativeDevelopLibDir \ --with-system-altlinuxhyph \ --with-system-bzip2 \ --with-system-cairo \