commit:     2eef730cc31698824294d1f4e5457d9e4b6ea638
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  5 14:12:40 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Apr  5 14:12:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eef730c

app-office/lyx: use bundled boost for IUSE="debug"

> CMake Error at CMakeLists.txt:323 (message):
>   Using external boost not compatible with debug mode for stdlib

I don't revbump, since it fails to build for debug users, and no
change for !debug users.

Closes: https://bugs.gentoo.org/928646
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-office/lyx/lyx-2.4.0_rc4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/lyx/lyx-2.4.0_rc4.ebuild 
b/app-office/lyx/lyx-2.4.0_rc4.ebuild
index a6fa023c9aa8..82b5c7dd8d90 100644
--- a/app-office/lyx/lyx-2.4.0_rc4.ebuild
+++ b/app-office/lyx/lyx-2.4.0_rc4.ebuild
@@ -120,7 +120,7 @@ src_configure() {
                -DLYX_EXTERNAL_ICONV=ON
                -DLYX_EXTERNAL_HUNSPELL=ON
                -DLYX_EXTERNAL_MYTHES=ON
-               -DLYX_EXTERNAL_BOOST=ON
+               -DLYX_EXTERNAL_BOOST=$(usex !debug)
                -DLYX_PROGRAM_SUFFIX=OFF
 
                # debug control

Reply via email to