From 5100e3b4eab1c3bbc1adf492ec20bca7f82f1add Mon Sep 17 00:00:00 2001 From: Sergey Ilinykh Date: Sat, 18 Apr 2020 23:56:23 +0300 Subject: 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 --- net-im/psi/psi-9999.ebuild | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.3-65-gdbad