From: Sergey Ilinykh Date: Sat, 18 Apr 2020 20:56:23 +0000 (+0300) Subject: net-im/psi: added cmake flag to compile with detailed version X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5100e3b4eab1c3bbc1adf492ec20bca7f82f1add;p=gentoo.git net-im/psi: added cmake flag to compile with detailed version Signed-off-by: Sergey Ilinykh Closes: https://github.com/gentoo/gentoo/pull/15402 Signed-off-by: Joonas Niilola --- diff --git a/net-im/psi/psi-9999.ebuild b/net-im/psi/psi-9999.ebuild index 6e6329011f16..cd78ecbc4995 100644 --- a/net-im/psi/psi-9999.ebuild +++ b/net-im/psi/psi-9999.ebuild @@ -118,6 +118,7 @@ src_configure() { use webkit && chattype=webkit local mycmakeargs=( + -DPRODUCTION=OFF -DUSE_ASPELL=$(usex aspell) -DUSE_ENCHANT=$(usex enchant) -DUSE_HUNSPELL=$(usex hunspell)