diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-05 18:17:54 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-05 18:20:39 +0300 |
commit | 45429f27d83d3c8d3179caf8e0856d90acd5ff5a (patch) | |
tree | 2c27996b53ddaa38ce4cd3f68f35e118a4fcede6 /app-office/lyx | |
parent | net-libs/nghttp3: no longer uses cunit (diff) | |
download | gentoo-45429f27d83d3c8d3179caf8e0856d90acd5ff5a.tar.gz gentoo-45429f27d83d3c8d3179caf8e0856d90acd5ff5a.tar.bz2 gentoo-45429f27d83d3c8d3179caf8e0856d90acd5ff5a.zip |
app-office/lyx: use bundled hunspell & mythes for IUSE="debug"
> CMake Error at development/cmake/ConfigureChecks.cmake:116 (message):
> Compiling LyX with stdlib-debug and system hunspell libraries may lead to
> crashes. Consider using '-DLYX_STDLIB_DEBUG=OFF -DLYX_DEBUG_GLIBC=OFF
> -DLYX_DEBUG_GLIBC_PEDANTIC=OFF' or -DLYX_EXTERNAL_HUNSPELL=OFF.
I don't revbump, since it fails to build for debug users, and no
change for !debug users.
Closes: https://bugs.gentoo.org/928648
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-office/lyx')
-rw-r--r-- | app-office/lyx/lyx-2.4.0_rc4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-office/lyx/lyx-2.4.0_rc4.ebuild b/app-office/lyx/lyx-2.4.0_rc4.ebuild index 82b5c7dd8d90..ee1f818cff5e 100644 --- a/app-office/lyx/lyx-2.4.0_rc4.ebuild +++ b/app-office/lyx/lyx-2.4.0_rc4.ebuild @@ -118,8 +118,8 @@ src_configure() { # external dependencies -DLYX_EXTERNAL_Z=ON -DLYX_EXTERNAL_ICONV=ON - -DLYX_EXTERNAL_HUNSPELL=ON - -DLYX_EXTERNAL_MYTHES=ON + -DLYX_EXTERNAL_HUNSPELL=$(usex !debug) + -DLYX_EXTERNAL_MYTHES=$(usex !debug) -DLYX_EXTERNAL_BOOST=$(usex !debug) -DLYX_PROGRAM_SUFFIX=OFF |