diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-05 17:12:40 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-05 17:12:40 +0300 |
commit | 2eef730cc31698824294d1f4e5457d9e4b6ea638 (patch) | |
tree | dd9b69d428a1c7322f9a84e6a150af9c04e66e78 /app-office | |
parent | app-editors/vscodium: drop 1.86.2.24054 (diff) | |
download | gentoo-2eef730cc31698824294d1f4e5457d9e4b6ea638.tar.gz gentoo-2eef730cc31698824294d1f4e5457d9e4b6ea638.tar.bz2 gentoo-2eef730cc31698824294d1f4e5457d9e4b6ea638.zip |
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@gentoo.org>
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/lyx/lyx-2.4.0_rc4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |